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/md | |
parent | 0e5550a27b7d9b8beb1418588ca5c9c12f4437c5 (diff) | |
download | git-bug-408654514ea813933f45d383d949611d138084e1.tar.gz |
cache: make the title filter case insensitive
Diffstat (limited to 'doc/md')
-rw-r--r-- | doc/md/git-bug_ls.md | 1 |
1 files changed, 1 insertions, 0 deletions
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") |