diff options
Diffstat (limited to 'commands/label.go')
-rw-r--r-- | commands/label.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/label.go b/commands/label.go index b545852f..713d9b35 100644 --- a/commands/label.go +++ b/commands/label.go @@ -49,7 +49,7 @@ func runLabel(cmd *cobra.Command, args []string) error { } var labelCmd = &cobra.Command{ - Use: "label [<option>...] <id> [<label>...]", + Use: "label <id> [<label>...]", Short: "Manipulate bug's label", RunE: runLabel, } |