git-bug_title_edit.md

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