We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83d14d2 commit 63e675bCopy full SHA for 63e675b
cmd/src/campaigns_common.go
@@ -66,7 +66,7 @@ func newCampaignsApplyFlags(flagSet *flag.FlagSet, cacheDir string) *campaignsAp
66
)
67
flagSet.StringVar(
68
&caf.namespace, "namespace", "",
69
- "The user of organization namespace to place the campaign within.",
+ "The user or organization namespace to place the campaign within.",
70
71
flagSet.StringVar(&caf.namespace, "n", "", "Alias for -namespace.")
72
0 commit comments