diff options
Diffstat (limited to 'doc/md/git-bug_new.md')
-rw-r--r-- | doc/md/git-bug_new.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/md/git-bug_new.md b/doc/md/git-bug_new.md index 1a17fcc9..92edeb12 100644 --- a/doc/md/git-bug_new.md +++ b/doc/md/git-bug_new.md @@ -7,7 +7,7 @@ Create a new bug Create a new bug ``` -git-bug new <title> [<option>...] [flags] +git-bug new [<option>...] [flags] ``` ### Options @@ -16,6 +16,7 @@ git-bug new <title> [<option>...] [flags] -F, --file string Take the message from the given file. Use - to read the message from the standard input -h, --help help for new -m, --message string Provide a message to describe the issue + -t, --title string Provide a title to describe the issue ``` ### SEE ALSO |