git-bug_bug_title_edit.md

 1## git-bug bug title edit
 2
 3Edit a title of a bug
 4
 5```
 6git-bug bug title edit [BUG_ID] [flags]
 7```
 8
 9### Options
10
11```
12  -t, --title string      Provide a title to describe the issue
13      --non-interactive   Do not ask for user input
14  -h, --help              help for edit
15```
16
17### SEE ALSO
18
19* [git-bug bug title](git-bug_bug_title.md)	 - Display the title of a bug
20