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/md/git-bug_show.md | |
parent | 5f9fd2a2d95bd23e5d6972ec822bf1fea3077804 (diff) | |
download | git-bug-544b9cc0c4cc694cdb688b9cad8f9c8542d111fc.tar.gz |
commands: convert compatible commands to the implicit select mechanism
Diffstat (limited to 'doc/md/git-bug_show.md')
-rw-r--r-- | doc/md/git-bug_show.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/md/git-bug_show.md b/doc/md/git-bug_show.md index 6edde61a..4ff7c833 100644 --- a/doc/md/git-bug_show.md +++ b/doc/md/git-bug_show.md @@ -7,7 +7,7 @@ Display the details of a bug Display the details of a bug ``` -git-bug show <id> [flags] +git-bug show [<id>] [flags] ``` ### Options |