From d71411f9179d2930e791c4f9d3a7accef9b80eb2 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Wed, 19 Sep 2018 21:50:03 +0200 Subject: commands: ls now accept queries without quote --- 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 53f9b7f4..a1ebad20 100644 --- a/doc/md/git-bug_ls.md +++ b/doc/md/git-bug_ls.md @@ -16,7 +16,7 @@ git-bug ls [] [flags] ``` List open bugs sorted by last edition with a query: -git bug ls "status:open sort:edit-desc" +git bug ls status:open sort:edit-desc List closed bugs sorted by creation with flags: git bug ls --status closed --by creation -- cgit