aboutsummaryrefslogtreecommitdiffstats
path: root/commands/label_rm.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2019-03-23 19:13:01 +0100
committerGitHub <noreply@github.com>2019-03-23 19:13:01 +0100
commitd1d2d720255b203c10404dd208d81b9ad2f68002 (patch)
tree136b845ebf833b380c88afef6c8727f354dcb212 /commands/label_rm.go
parent90f1089dc9c9b33bf5f3a37e0ee0414344246b05 (diff)
parent0d4167a29678aa9048652695a5e339e6ba805de8 (diff)
downloadgit-bug-d1d2d720255b203c10404dd208d81b9ad2f68002.tar.gz
Merge pull request #106 from jfacchini/select-and-label-cli-doc
Select and Label command documentation
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 c03a20d9..a0c1c56d 100644
--- a/commands/label_rm.go
+++ b/commands/label_rm.go
@@ -37,7 +37,7 @@ func runLabelRm(cmd *cobra.Command, args []string) error {
var labelRmCmd = &cobra.Command{
Use: "rm [<id>] <label>[...]",
- Short: "Remove a label.",
+ Short: "Remove a label from a bug.",
PreRunE: loadRepo,
RunE: runLabelRm,
}