completion: add option '--guides' to 'git help'
[gitweb.git] / contrib / completion / git-completion.bash
index 00d729996fab5be89696bf4841205d45c49c7794..e4fdd7f81948a3d4ed9f58ab1557362dadd3e43d 100644 (file)
@@ -1338,7 +1338,7 @@ _git_help ()
 {
        case "$cur" in
        --*)
-               __gitcomp "--all --info --man --web"
+               __gitcomp "--all --guides --info --man --web"
                return
                ;;
        esac