diff options
Diffstat (limited to 'misc/bash_completion')
-rw-r--r-- | misc/bash_completion/git-bug | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/misc/bash_completion/git-bug b/misc/bash_completion/git-bug index 77e2d350..3e1ba26f 100644 --- a/misc/bash_completion/git-bug +++ b/misc/bash_completion/git-bug @@ -361,9 +361,6 @@ _git-bug_label() flags_with_completion=() flags_completion=() - flags+=("--remove") - flags+=("-r") - local_nonpersistent_flags+=("--remove") must_have_one_flag=() must_have_one_noun=() |