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 --- doc/md/git-bug_ls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/md/git-bug_ls.md') diff --git a/doc/md/git-bug_ls.md b/doc/md/git-bug_ls.md index 1532efab..e2721c72 100644 --- a/doc/md/git-bug_ls.md +++ b/doc/md/git-bug_ls.md @@ -9,7 +9,7 @@ Display a summary of each bugs. You can pass an additional query to filter and order the list. This query can be expressed either with a simple query language or with flags. ``` -git-bug ls [] [flags] +git-bug ls [QUERY] [flags] ``` ### Examples -- cgit