This commit is contained in:
Joey Hess 2015-07-13 13:25:49 -04:00
parent 730cc3feb5
commit 42948e960f

View file

@ -770,7 +770,7 @@ To enable bash completion, paste this into your shell prompt:
source <(git-annex --bash-completion-script git-annex)
The output of "git-annex --bash-completion-script git-annex" can also
be written to a bash completion file so bach loads it automatically.
be written to a bash completion file so bash loads it automatically.
This bash completion is generated by the option parser, so it covers all
commands, all options, and will never go out of date!