diff options
author | Michael Muré <batolettre@gmail.com> | 2019-03-03 15:23:20 +0100 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2019-03-03 15:23:20 +0100 |
commit | 408654514ea813933f45d383d949611d138084e1 (patch) | |
tree | b3d8db1596b7347fdcf39cfdc9614a3c09464b36 /doc/man | |
parent | 0e5550a27b7d9b8beb1418588ca5c9c12f4437c5 (diff) | |
download | git-bug-408654514ea813933f45d383d949611d138084e1.tar.gz |
cache: make the title filter case insensitive
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/git-bug-ls.1 | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ -35,6 +35,10 @@ You can pass an additional query to filter and order the list. This query can be 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] |