commands: fix ls-id description

Michael Muré created

Change summary

commands/ls-id.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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