From 42948e960fcbde41965f96bce981e541b496c8a2 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 13 Jul 2015 13:25:49 -0400 Subject: [PATCH] typo --- doc/git-annex.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index e3790bdf93..5cbab59781 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -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!