diff --git a/commands/ls-id.go b/commands/ls-id.go index 8dc94ec7064e14ad352e548105a1f451947a71ad..47f29792e79b3887ed4dccceb006116fa4c7513d 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, }