aboutsummaryrefslogtreecommitdiffstats
path: root/commands/label add.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/label add.go')
-rw-r--r--commands/label add.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/label add.go b/commands/label add.go
index 68811dec..06c4e6c5 100644
--- a/commands/label add.go
+++ b/commands/label add.go
@@ -35,7 +35,7 @@ func runLabelAdd(cmd *cobra.Command, args []string) error {
var labelAddCmd = &cobra.Command{
Use: "add [<id>] <label>[...]",
- Short: "Add a label to a bug",
+ Short: "Add a label",
RunE: runLabelAdd,
}