diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-02-13 13:39:53 -0500 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-02-13 13:39:53 -0500 |
commit | 41019de4b55f42d17149c29d380358dc38347948 (patch) | |
tree | 896f769ab1d919132b51ee0dbf7006cf07f87961 /docs/overview | |
parent | c3e3c1c595d65ec4c5fa2c9dac88ffa30cf4738e (diff) | |
download | cmd2-git-41019de4b55f42d17149c29d380358dc38347948.tar.gz |
Removed dash from 'tab complete' string
Diffstat (limited to 'docs/overview')
-rw-r--r-- | docs/overview/installation.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/overview/installation.rst b/docs/overview/installation.rst index d8d24ebd..6080fe90 100644 --- a/docs/overview/installation.rst +++ b/docs/overview/installation.rst @@ -119,7 +119,7 @@ macOS Considerations -------------------- macOS comes with the `libedit <http://thrysoee.dk/editline/>`_ library which is -similar, but not identical, to GNU Readline. Tab-completion for ``cmd2`` +similar, but not identical, to GNU Readline. Tab completion for ``cmd2`` applications is only tested against GNU Readline. There are several ways GNU Readline can be installed within a Python |