aboutsummaryrefslogtreecommitdiffstats
path: root/doc/md/git-bug_label.md
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-09-17 14:32:33 +0200
committerMichael Muré <batolettre@gmail.com>2018-09-17 14:32:33 +0200
commitcc086ebae99dfeb936d9397f4e3eedf5d37a97b1 (patch)
tree55978ec18816cd2a0c9cf20242688a880feba2f8 /doc/md/git-bug_label.md
parentdad61892cea320cd28c23c73fdf65a90404c6099 (diff)
downloadgit-bug-cc086ebae99dfeb936d9397f4e3eedf5d37a97b1.tar.gz
commands: make "label" display the current labels
Diffstat (limited to 'doc/md/git-bug_label.md')
-rw-r--r--doc/md/git-bug_label.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/md/git-bug_label.md b/doc/md/git-bug_label.md
index eff99f16..bf100dbc 100644
--- a/doc/md/git-bug_label.md
+++ b/doc/md/git-bug_label.md
@@ -1,20 +1,19 @@
## git-bug label
-Manipulate bug's label
+Display a bug labels
### Synopsis
-Manipulate bug's label
+Display a bug labels
```
-git-bug label <id> [<label>...] [flags]
+git-bug label <id> [flags]
```
### Options
```
- -r, --remove Remove a label
- -h, --help help for label
+ -h, --help help for label
```
### SEE ALSO