diff options
author | Michael Muré <batolettre@gmail.com> | 2018-10-17 20:47:31 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-10-17 20:47:31 +0200 |
commit | b08e28e67e64d09f615bf6f863fd8d5f1b2f8f7f (patch) | |
tree | b9b199be67565e27ec30f79cdb1df1acdd155b08 /doc/md/git-bug_comment.md | |
parent | 7a511f9a13f3d1064fd11c9146e6b21cb961a8b2 (diff) | |
download | git-bug-b08e28e67e64d09f615bf6f863fd8d5f1b2f8f7f.tar.gz |
commands: fix "comment add" flags set on the wrong command
Diffstat (limited to 'doc/md/git-bug_comment.md')
-rw-r--r-- | doc/md/git-bug_comment.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/md/git-bug_comment.md b/doc/md/git-bug_comment.md index 7ac0c835..0ffd9e96 100644 --- a/doc/md/git-bug_comment.md +++ b/doc/md/git-bug_comment.md @@ -13,9 +13,7 @@ git-bug comment [<id>] [flags] ### Options ``` - -F, --file string Take the message from the given file. Use - to read the message from the standard input - -m, --message string Provide the new message from the command line - -h, --help help for comment + -h, --help help for comment ``` ### SEE ALSO |