Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Nov 25, 2012
1 parent aba6c26 commit 940f198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -109,7 +109,7 @@ the string **PYTHON_ARGCOMPLETE_OK** in the first 1024 bytes of any executable t
it's found, follow the rest of the argcomplete protocol as described above. This frees you from the requirement to
register each argcomplete-capable executable separately.

.. note:: Global completion requires bash support for ``complete -D``, which is not present in bash 3.x (e.g. OS X).
.. note:: Global completion requires bash support for ``complete -D``, which was introduced in bash 4.2. On older systems, you will need to update bash to use this feature.

.. _`see on GitHub`: https://github.com/kislyuk/argcomplete/tree/master/etc/bash_completion.d/python-argcomplete.sh

Expand Down

0 comments on commit 940f198

Please sign in to comment.