diff options
Diffstat (limited to 'doc/bash_completion')
-rw-r--r-- | doc/bash_completion/git-bug | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bash_completion/git-bug b/doc/bash_completion/git-bug index 0be168de..d8505868 100644 --- a/doc/bash_completion/git-bug +++ b/doc/bash_completion/git-bug @@ -375,6 +375,9 @@ _git-bug_new() flags+=("--message=") two_word_flags+=("-m") local_nonpersistent_flags+=("--message=") + flags+=("--title=") + two_word_flags+=("-t") + local_nonpersistent_flags+=("--title=") must_have_one_flag=() must_have_one_noun=() |