aboutsummaryrefslogtreecommitdiffstats
path: root/doc/md/git-bug_comment_add.md
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-10-17 20:47:31 +0200
committerMichael Muré <batolettre@gmail.com>2018-10-17 20:47:31 +0200
commitb08e28e67e64d09f615bf6f863fd8d5f1b2f8f7f (patch)
treeb9b199be67565e27ec30f79cdb1df1acdd155b08 /doc/md/git-bug_comment_add.md
parent7a511f9a13f3d1064fd11c9146e6b21cb961a8b2 (diff)
downloadgit-bug-b08e28e67e64d09f615bf6f863fd8d5f1b2f8f7f.tar.gz
commands: fix "comment add" flags set on the wrong command
Diffstat (limited to 'doc/md/git-bug_comment_add.md')
-rw-r--r--doc/md/git-bug_comment_add.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/md/git-bug_comment_add.md b/doc/md/git-bug_comment_add.md
index bdb5e8ae..7b8e5043 100644
--- a/doc/md/git-bug_comment_add.md
+++ b/doc/md/git-bug_comment_add.md
@@ -13,7 +13,9 @@ git-bug comment add [<id>] [flags]
### Options
```
- -h, --help help for add
+ -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 add
```
### SEE ALSO