aboutsummaryrefslogtreecommitdiffstats
path: root/doc/md/git-bug_title_edit.md
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-09-16 01:17:06 +0200
committerMichael Muré <batolettre@gmail.com>2018-09-16 01:17:06 +0200
commitae100e0e8273b09dd1c2f2ee08388440c2662fad (patch)
treeb2663d0e0984d6c8fdd47c37ed71eb873156cab5 /doc/md/git-bug_title_edit.md
parentd9f7269507cfc65a2fec05651bdff00978e0d1ec (diff)
downloadgit-bug-ae100e0e8273b09dd1c2f2ee08388440c2662fad.tar.gz
commands: add a title edit command
Diffstat (limited to 'doc/md/git-bug_title_edit.md')
-rw-r--r--doc/md/git-bug_title_edit.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/md/git-bug_title_edit.md b/doc/md/git-bug_title_edit.md
new file mode 100644
index 00000000..ee7fda02
--- /dev/null
+++ b/doc/md/git-bug_title_edit.md
@@ -0,0 +1,23 @@
+## git-bug title edit
+
+Edit a bug title
+
+### Synopsis
+
+Edit a bug title
+
+```
+git-bug title edit <id> [flags]
+```
+
+### Options
+
+```
+ -t, --title string Provide a title to describe the issue
+ -h, --help help for edit
+```
+
+### SEE ALSO
+
+* [git-bug title](git-bug_title.md) - Display a bug's title
+