diff options
author | Michael Muré <batolettre@gmail.com> | 2018-09-17 14:32:33 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-09-17 14:32:33 +0200 |
commit | cc086ebae99dfeb936d9397f4e3eedf5d37a97b1 (patch) | |
tree | 55978ec18816cd2a0c9cf20242688a880feba2f8 /doc/man | |
parent | dad61892cea320cd28c23c73fdf65a90404c6099 (diff) | |
download | git-bug-cc086ebae99dfeb936d9397f4e3eedf5d37a97b1.tar.gz |
commands: make "label" display the current labels
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/git-bug-label.1 | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/doc/man/git-bug-label.1 b/doc/man/git-bug-label.1 index a1b3ea89..520551b8 100644 --- a/doc/man/git-bug-label.1 +++ b/doc/man/git-bug-label.1 @@ -5,25 +5,21 @@ .SH NAME .PP -git\-bug\-label \- Manipulate bug's label +git\-bug\-label \- Display a bug labels .SH SYNOPSIS .PP -\fBgit\-bug label <id> [<label>\&...] [flags]\fP +\fBgit\-bug label <id> [flags]\fP .SH DESCRIPTION .PP -Manipulate bug's label +Display a bug labels .SH OPTIONS .PP -\fB\-r\fP, \fB\-\-remove\fP[=false] - Remove a label - -.PP \fB\-h\fP, \fB\-\-help\fP[=false] help for label |