diff options
author | Michael Muré <batolettre@gmail.com> | 2019-05-04 19:54:12 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2019-05-04 19:55:22 +0200 |
commit | c0c8b11549930210688a06c64b3cc68d2159a0e8 (patch) | |
tree | 4ebe08785b563162a9e3f78d1ce15516f648328e /commands/ls-id.go | |
parent | eb4946743a2f8bb32efcd45bf439ee87ee5b5bb1 (diff) | |
download | git-bug-c0c8b11549930210688a06c64b3cc68d2159a0e8.tar.gz |
commands: fix ls-id description
Diffstat (limited to 'commands/ls-id.go')
-rw-r--r-- | commands/ls-id.go | 2 |
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, } |