diff options
author | Steve Moyer <smoyer1@selesy.com> | 2022-09-25 17:54:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-25 17:54:56 -0400 |
commit | d92c1159f84e07bc6ddb68ba1e5159b44caceb29 (patch) | |
tree | 15c9b2d7db8324cc96b3cc7273c039c50d8155c9 /doc/md/git-bug.md | |
parent | 8364cb221b2d0d0cfaf9baa3322abdc93cd2258a (diff) | |
parent | 0ffa79ef13890d4bd46079205b3f6682b93985e9 (diff) | |
download | git-bug-d92c1159f84e07bc6ddb68ba1e5159b44caceb29.tar.gz |
Merge pull request #885 from MichaelMure/feat-530-make-label-commands-consistent
feat(530): make label commands consistent
Diffstat (limited to 'doc/md/git-bug.md')
-rw-r--r-- | doc/md/git-bug.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/md/git-bug.md b/doc/md/git-bug.md index 754cc93f..c47f8484 100644 --- a/doc/md/git-bug.md +++ b/doc/md/git-bug.md @@ -31,7 +31,6 @@ git-bug [flags] * [git-bug deselect](git-bug_deselect.md) - Clear the implicitly selected bug. * [git-bug label](git-bug_label.md) - Display, add or remove labels to/from a bug. * [git-bug ls](git-bug_ls.md) - List bugs. -* [git-bug ls-label](git-bug_ls-label.md) - List valid labels. * [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. * [git-bug rm](git-bug_rm.md) - Remove an existing bug. |