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 --non-interactive Do not ask for user input
14 -h, --help help for edit
15```
16
17### SEE ALSO
18
19* [git-bug title](git-bug_title.md) - Display or change a title of a bug.
20