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_status_open.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_status_open.md')
-rw-r--r-- | doc/md/git-bug_status_open.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/md/git-bug_status_open.md b/doc/md/git-bug_status_open.md index 920bf66d..ac44e293 100644 --- a/doc/md/git-bug_status_open.md +++ b/doc/md/git-bug_status_open.md @@ -7,7 +7,7 @@ Mark the bug as open Mark the bug as open ``` -git-bug status open <id> [flags] +git-bug status open [<id>] [flags] ``` ### Options |