Skip to content

Commit

Permalink
Update namespace create command usage for VCS-TYPE arg
Browse files Browse the repository at this point in the history
We're intentionally removing the enum values here as they will be
documented separately from the `use` string.
  • Loading branch information
Zachary Scott committed Aug 6, 2018
1 parent f784d4f commit d2aa51e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/namespace.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ func newNamespaceCommand() *cobra.Command {
}

createCmd := &cobra.Command{
Use: "create NAME github|bitbucket ORG-NAME",
Short: "create an namespace",
Use: "create NAME VCS-TYPE ORG-NAME",
Short: "create a namespace",
RunE: createNamespace,
Args: cobra.ExactArgs(3),
}
Expand Down

0 comments on commit d2aa51e

Please sign in to comment.