Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyuhang0 committed Dec 14, 2023
1 parent 82e17e1 commit 97a0a80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/cli/project/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@ func ListCmd(h *internal.Helper) *cobra.Command {
},
}

listCmd.Flags().StringP(flag.Output, flag.OutputShort, output.HumanFormat, "Output format. One of [\"human\" \"json\"]. For the complete result, please use json format.")
listCmd.Flags().StringP(flag.Output, flag.OutputShort, output.HumanFormat, "Output format, one of [\"human\" \"json\"]. For the complete result, please use json format.")
return listCmd
}
2 changes: 1 addition & 1 deletion internal/cli/serverless/branch/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,6 @@ func ListCmd(h *internal.Helper) *cobra.Command {
}

listCmd.Flags().StringP(flag.ClusterID, flag.ClusterIDShort, "", "The cluster ID of the branch to be listed.")
listCmd.Flags().StringP(flag.Output, flag.OutputShort, output.HumanFormat, "Output format. One of: human, json. For the complete result, please use json format.")
listCmd.Flags().StringP(flag.Output, flag.OutputShort, output.HumanFormat, "Output format, one of: human, json. For the complete result, please use json format.")
return listCmd
}

0 comments on commit 97a0a80

Please sign in to comment.