diff options
author | Michael Muré <batolettre@gmail.com> | 2020-07-28 20:24:24 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2020-07-28 20:24:24 +0200 |
commit | ae5c0967cec40a7dcf9804ff592a4d15f1b26569 (patch) | |
tree | 7c1ba7626fd8158be030876d44ba55daf465d694 /commands/ls.go | |
parent | 51c887ff9dd4f2a5f65d2d3de57f8a7729b1010d (diff) | |
download | git-bug-ae5c0967cec40a7dcf9804ff592a4d15f1b26569.tar.gz |
commands: cleanup the command's usage to avoid warnings when generating the doc
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. |