diff --git a/commands/namespaces/add.go b/commands/namespaces/add.go index dedfe68339..17b2bac4aa 100644 --- a/commands/namespaces/add.go +++ b/commands/namespaces/add.go @@ -28,7 +28,7 @@ func NewAddCommand(l *zap.SugaredLogger) *cobra.Command { Use: "add [flags] namespace", Long: "Add a new namespace", Short: "Add a new namespace", - Example: `everestctl namespaces add --operator.mongodb=true --skip-wizard ns-1,ns-2`, + Example: `everestctl namespaces add --operator.mongodb=true --operator.postgresql=false --operator.xtradb-cluster=false --skip-wizard ns-1,ns-2`, Args: cobra.ExactArgs(1), Run: func(cmd *cobra.Command, args []string) { initAddViperFlags(cmd)