diff options
author | Michael Muré <batolettre@gmail.com> | 2018-09-09 20:22:46 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-09-09 20:22:46 +0200 |
commit | dd0823dd2ba68a9c778e81b26e53600b159b5a7d (patch) | |
tree | 7557afd91e6fcc12f7357be2616aaa28022f5d10 /doc/man | |
parent | 09e097e1bf32ad153c139e3f6befad9fb059fd6e (diff) | |
download | git-bug-dd0823dd2ba68a9c778e81b26e53600b159b5a7d.tar.gz git-bug-dd0823dd2ba68a9c778e81b26e53600b159b5a7d.zip |
ls: accept a query to sort and filter the list
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/git-bug-ls.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/git-bug-ls.1 b/doc/man/git-bug-ls.1 index 00622f4f..2f54503f 100644 --- a/doc/man/git-bug-ls.1 +++ b/doc/man/git-bug-ls.1 @@ -10,7 +10,7 @@ git\-bug\-ls \- Display a summary of all bugs .SH SYNOPSIS .PP -\fBgit\-bug ls [flags]\fP +\fBgit\-bug ls <query> [flags]\fP .SH DESCRIPTION |