Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
Fix help messaging language
Browse files Browse the repository at this point in the history
  • Loading branch information
artmello committed Jul 16, 2018
1 parent ec0300a commit c6c49b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/svcat/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ func newSyncCmd(cxt *command.Context) *cobra.Command {
func newCreateCmd(cxt *command.Context) *cobra.Command {
cmd := &cobra.Command{
Use: "create",
Short: "Create an user-defined resource",
Short: "Create a user-defined resource",
}
cmd.AddCommand(class.NewCreateCmd(cxt))

Expand Down

0 comments on commit c6c49b6

Please sign in to comment.