From ae100e0e8273b09dd1c2f2ee08388440c2662fad Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Sun, 16 Sep 2018 01:17:06 +0200 Subject: commands: add a title edit command --- doc/md/git-bug_title_edit.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 doc/md/git-bug_title_edit.md (limited to 'doc/md/git-bug_title_edit.md') 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 [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 + -- cgit