diff options
Diffstat (limited to 'commands/ls.go')
-rw-r--r-- | commands/ls.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 [<query>]", + Use: "ls [QUERY]", Short: "List bugs.", Long: `Display a summary of each bugs. |