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/md/git-bug.md | |
parent | dad61892cea320cd28c23c73fdf65a90404c6099 (diff) | |
download | git-bug-cc086ebae99dfeb936d9397f4e3eedf5d37a97b1.tar.gz |
commands: make "label" display the current labels
Diffstat (limited to 'doc/md/git-bug.md')
-rw-r--r-- | doc/md/git-bug.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/md/git-bug.md b/doc/md/git-bug.md index 6a102c20..6825f481 100644 --- a/doc/md/git-bug.md +++ b/doc/md/git-bug.md @@ -23,7 +23,7 @@ git-bug [flags] * [git-bug add](git-bug_add.md) - Create a new bug * [git-bug commands](git-bug_commands.md) - Display available commands * [git-bug comment](git-bug_comment.md) - Show a bug's comments -* [git-bug label](git-bug_label.md) - Manipulate bug's label +* [git-bug label](git-bug_label.md) - Display a bug labels * [git-bug ls](git-bug_ls.md) - List bugs * [git-bug pull](git-bug_pull.md) - Pull bugs update from a git remote * [git-bug push](git-bug_push.md) - Push bugs update to a git remote |