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/man/git-bug-ls.1 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/man') diff --git a/doc/man/git-bug-ls.1 b/doc/man/git-bug-ls.1 index eb985fd2..7b3a0aa6 100644 --- a/doc/man/git-bug-ls.1 +++ b/doc/man/git-bug-ls.1 @@ -34,6 +34,10 @@ You can pass an additional query to filter and order the list. This query can be \fB\-l\fP, \fB\-\-label\fP=[] Filter by label +.PP +\fB\-t\fP, \fB\-\-title\fP=[] + Filter by title + .PP \fB\-n\fP, \fB\-\-no\fP=[] Filter by absence of something. Valid values are [label] -- cgit