diff options
| author | Ralf Thielow <ralf.thielow@gmail.com> | 2016-03-24 19:27:13 +0100 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2016-03-24 13:09:05 -0700 |
| commit | 716b29db91369334e9e14dbbf54e75cd061aa6a4 (patch) | |
| tree | 8123ff097677188982b44ef0917e3615df14a48a | |
| parent | a0feb1b1870fbb74f65d6a8951e4b2e2a2347ecf (diff) | |
completion: add option '--guides' to 'git help'
Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | contrib/completion/git-completion.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 00d729996f..e4fdd7f819 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -1338,7 +1338,7 @@ _git_help () { case "$cur" in --*) - __gitcomp "--all --info --man --web" + __gitcomp "--all --guides --info --man --web" return ;; esac |
