From ae5c0967cec40a7dcf9804ff592a4d15f1b26569 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Tue, 28 Jul 2020 20:24:24 +0200 Subject: commands: cleanup the command's usage to avoid warnings when generating the doc --- commands/ls.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/ls.go') diff --git a/commands/ls.go b/commands/ls.go index 4431e0d4..9a863638 100644 --- a/commands/ls.go +++ b/commands/ls.go @@ -31,7 +31,7 @@ func newLsCommand() *cobra.Command { options := lsOptions{} cmd := &cobra.Command{ - Use: "ls []", + Use: "ls [QUERY]", Short: "List bugs.", Long: `Display a summary of each bugs. -- cgit