From 408654514ea813933f45d383d949611d138084e1 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Sun, 3 Mar 2019 15:23:20 +0100 Subject: cache: make the title filter case insensitive --- doc/md/git-bug_ls.md | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/md') diff --git a/doc/md/git-bug_ls.md b/doc/md/git-bug_ls.md index 18ac5d61..9ab71884 100644 --- a/doc/md/git-bug_ls.md +++ b/doc/md/git-bug_ls.md @@ -29,6 +29,7 @@ git bug ls --status closed --by creation -s, --status strings Filter by status. Valid values are [open,closed] -a, --author strings Filter by author -l, --label strings Filter by label + -t, --title strings Filter by title -n, --no strings Filter by absence of something. Valid values are [label] -b, --by string Sort the results by a characteristic. Valid values are [id,creation,edit] (default "creation") -d, --direction string Select the sorting direction. Valid values are [asc,desc] (default "asc") -- cgit