git-bug_title_edit.md

 1## git-bug title edit
 2
 3Edit a title.
 4
 5### Synopsis
 6
 7Edit a title.
 8
 9```
10git-bug title edit [<id>] [flags]
11```
12
13### Options
14
15```
16  -t, --title string   Provide a title to describe the issue
17  -h, --help           help for edit
18```
19
20### SEE ALSO
21
22* [git-bug title](git-bug_title.md)	 - Display or change a title.
23