aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2019-05-04 19:54:12 +0200
committerMichael Muré <batolettre@gmail.com>2019-05-04 19:55:22 +0200
commitc0c8b11549930210688a06c64b3cc68d2159a0e8 (patch)
tree4ebe08785b563162a9e3f78d1ce15516f648328e
parenteb4946743a2f8bb32efcd45bf439ee87ee5b5bb1 (diff)
downloadgit-bug-c0c8b11549930210688a06c64b3cc68d2159a0e8.tar.gz
commands: fix ls-id description
-rw-r--r--commands/ls-id.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/ls-id.go b/commands/ls-id.go
index 8dc94ec7..47f29792 100644
--- a/commands/ls-id.go
+++ b/commands/ls-id.go
@@ -34,7 +34,7 @@ func runLsID(cmd *cobra.Command, args []string) error {
var listBugIDCmd = &cobra.Command{
Use: "ls-id [<prefix>]",
- Short: "List Bug Id",
+ Short: "List bug identifiers.",
PreRunE: loadRepo,
RunE: runLsID,
}