git-bug/doc/md/git-bug_title_edit.md

24 lines
338 B
Markdown
Raw Normal View History

2018-09-16 02:17:06 +03:00
## git-bug title edit
2019-03-27 23:46:57 +03:00
Edit a title of a bug.
2018-09-16 02:17:06 +03:00
### Synopsis
2019-03-27 23:46:57 +03:00
Edit a title of a bug.
2018-09-16 02:17:06 +03:00
```
git-bug title edit [<id>] [flags]
2018-09-16 02:17:06 +03:00
```
### Options
```
-t, --title string Provide a title to describe the issue
-h, --help help for edit
```
### SEE ALSO
2019-03-27 23:46:57 +03:00
* [git-bug title](git-bug_title.md) - Display or change a title of a bug.
2018-09-16 02:17:06 +03:00