aboutsummaryrefslogtreecommitdiffstats
path: root/doc/md
diff options
context:
space:
mode:
authorSteve Moyer <smoyer1@selesy.com>2022-09-25 15:22:03 -0400
committerSteve Moyer <smoyer1@selesy.com>2022-09-25 15:22:03 -0400
commit0ffa79ef13890d4bd46079205b3f6682b93985e9 (patch)
tree15c9b2d7db8324cc96b3cc7273c039c50d8155c9 /doc/md
parent8364cb221b2d0d0cfaf9baa3322abdc93cd2258a (diff)
downloadgit-bug-0ffa79ef13890d4bd46079205b3f6682b93985e9.tar.gz
feat(530) make label commands consistent
Diffstat (limited to 'doc/md')
-rw-r--r--doc/md/git-bug.md1
-rw-r--r--doc/md/git-bug_label.md1
-rw-r--r--doc/md/git-bug_label_ls.md (renamed from doc/md/git-bug_ls-label.md)8
3 files changed, 5 insertions, 5 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.
diff --git a/doc/md/git-bug_label.md b/doc/md/git-bug_label.md
index dd597b69..caeebe89 100644
--- a/doc/md/git-bug_label.md
+++ b/doc/md/git-bug_label.md
@@ -16,5 +16,6 @@ git-bug label [ID] [flags]
* [git-bug](git-bug.md) - A bug tracker embedded in Git.
* [git-bug label add](git-bug_label_add.md) - Add a label to a bug.
+* [git-bug label ls](git-bug_label_ls.md) - List valid labels.
* [git-bug label rm](git-bug_label_rm.md) - Remove a label from a bug.
diff --git a/doc/md/git-bug_ls-label.md b/doc/md/git-bug_label_ls.md
index 9ee6fa8c..cda6ebba 100644
--- a/doc/md/git-bug_ls-label.md
+++ b/doc/md/git-bug_label_ls.md
@@ -1,4 +1,4 @@
-## git-bug ls-label
+## git-bug label ls
List valid labels.
@@ -9,16 +9,16 @@ List valid labels.
Note: in the future, a proper label policy could be implemented where valid labels are defined in a configuration file. Until that, the default behavior is to return the list of labels already used.
```
-git-bug ls-label [flags]
+git-bug label ls [flags]
```
### Options
```
- -h, --help help for ls-label
+ -h, --help help for ls
```
### SEE ALSO
-* [git-bug](git-bug.md) - A bug tracker embedded in Git.
+* [git-bug label](git-bug_label.md) - Display, add or remove labels to/from a bug.