From c0c8b11549930210688a06c64b3cc68d2159a0e8 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Sat, 4 May 2019 19:54:12 +0200 Subject: commands: fix ls-id description --- commands/ls-id.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 []", - Short: "List Bug Id", + Short: "List bug identifiers.", PreRunE: loadRepo, RunE: runLsID, } -- cgit