summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaudio Bandera <claudio.bandera@kit.edu>2015-09-20 19:28:19 +0200
committerClaudio Bandera <claudio.bandera@kit.edu>2015-09-20 19:28:19 +0200
commite539011d7567f80b68c0312a045a7349b0b8cf13 (patch)
treeb0bf5a217395cbeabf023f5721934db3ed32f2a0 /docs
parentc86487b2f8c2b597bb62c215ceb77f9df5104e4a (diff)
downloadclick-e539011d7567f80b68c0312a045a7349b0b8cf13.tar.gz
Fixed a typo in documentation
Diffstat (limited to 'docs')
-rw-r--r--docs/bashcomplete.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/bashcomplete.rst b/docs/bashcomplete.rst
index f59bbc6..27690f3 100644
--- a/docs/bashcomplete.rst
+++ b/docs/bashcomplete.rst
@@ -30,7 +30,7 @@ least a dash has been provided. Example::
$ repo clone -<TAB><TAB>
--deep --help --rev --shallow -r
-Additionally, custom suggestions can be given to an argument with the ``autocomplete`` parameter as a list of strings. Example::
+Additionally, custom suggestions can be given to an argument with the ``autocompletion`` parameter as a list of strings. Example::
.. click:example::