aboutsummaryrefslogtreecommitdiffstats
path: root/misc/zsh_completion
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-09-17 14:36:51 +0200
committerMichael Muré <batolettre@gmail.com>2018-09-17 14:36:51 +0200
commit5eaf9e83e7cd56b8bb4915193d13adfb60575b21 (patch)
tree52fe0727ea445cf3d7fbfa64e916b09f6009f0ef /misc/zsh_completion
parent2965b70f4f462b3532bb380c5206e2d940f68c65 (diff)
downloadgit-bug-5eaf9e83e7cd56b8bb4915193d13adfb60575b21.tar.gz
commands: add a "label rm" command to remove labels from a bug
Diffstat (limited to 'misc/zsh_completion')
-rw-r--r--misc/zsh_completion/git-bug2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/zsh_completion/git-bug b/misc/zsh_completion/git-bug
index b564942f..35506b76 100644
--- a/misc/zsh_completion/git-bug
+++ b/misc/zsh_completion/git-bug
@@ -21,7 +21,7 @@ case $state in
_arguments '2: :(add)'
;;
label)
- _arguments '2: :(add)'
+ _arguments '2: :(add rm)'
;;
status)
_arguments '2: :(close open)'