aboutsummaryrefslogtreecommitdiffstats
path: root/commands/label rm.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/label rm.go')
-rw-r--r--commands/label rm.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/label rm.go b/commands/label rm.go
index 8ad89593..5e9c8f24 100644
--- a/commands/label rm.go
+++ b/commands/label rm.go
@@ -35,7 +35,7 @@ func runLabelRm(cmd *cobra.Command, args []string) error {
var labelRmCmd = &cobra.Command{
Use: "rm [<id>] <label>[...]",
- Short: "Remove a label from a bug",
+ Short: "Remove a label",
RunE: runLabelRm,
}