diff options
-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, } |