diff options
author | Michael Muré <batolettre@gmail.com> | 2018-09-18 13:28:01 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-09-18 13:28:01 +0200 |
commit | 544b9cc0c4cc694cdb688b9cad8f9c8542d111fc (patch) | |
tree | b16dd6c9cfeb56d85e8d701b7851bb2dc947ad97 /doc/man/git-bug-status.1 | |
parent | 5f9fd2a2d95bd23e5d6972ec822bf1fea3077804 (diff) | |
download | git-bug-544b9cc0c4cc694cdb688b9cad8f9c8542d111fc.tar.gz |
commands: convert compatible commands to the implicit select mechanism
Diffstat (limited to 'doc/man/git-bug-status.1')
-rw-r--r-- | doc/man/git-bug-status.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/git-bug-status.1 b/doc/man/git-bug-status.1 index 69628f26..7571e77b 100644 --- a/doc/man/git-bug-status.1 +++ b/doc/man/git-bug-status.1 @@ -10,7 +10,7 @@ git\-bug\-status \- Show the bug status .SH SYNOPSIS .PP -\fBgit\-bug status <id> [flags]\fP +\fBgit\-bug status [<id>] [flags]\fP .SH DESCRIPTION |