mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-19 16:05:26 +03:00
24 lines
310 B
Markdown
24 lines
310 B
Markdown
|
## git-bug title edit
|
||
|
|
||
|
Edit a bug title
|
||
|
|
||
|
### Synopsis
|
||
|
|
||
|
Edit a bug title
|
||
|
|
||
|
```
|
||
|
git-bug title edit <id> [flags]
|
||
|
```
|
||
|
|
||
|
### Options
|
||
|
|
||
|
```
|
||
|
-t, --title string Provide a title to describe the issue
|
||
|
-h, --help help for edit
|
||
|
```
|
||
|
|
||
|
### SEE ALSO
|
||
|
|
||
|
* [git-bug title](git-bug_title.md) - Display a bug's title
|
||
|
|