aboutsummaryrefslogtreecommitdiffstats
path: root/commands/label.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-09-06 21:42:05 +0200
committerMichael Muré <batolettre@gmail.com>2018-09-06 21:42:05 +0200
commitf136bf6a8262a10c9b16a784ba075a88f7c14cc8 (patch)
tree63a4a17dfb9646afea14bed4b1a867125a5b4d1d /commands/label.go
parent6f1767d101ad210ba0311b8e828140da32fbcafe (diff)
downloadgit-bug-f136bf6a8262a10c9b16a784ba075a88f7c14cc8.tar.gz
cmds: various cleaning
Diffstat (limited to 'commands/label.go')
-rw-r--r--commands/label.go2
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,
}