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/features/initialization.rst | |
parent | c3e3c1c595d65ec4c5fa2c9dac88ffa30cf4738e (diff) | |
download | cmd2-git-41019de4b55f42d17149c29d380358dc38347948.tar.gz |
Removed dash from 'tab complete' string
Diffstat (limited to 'docs/features/initialization.rst')
-rw-r--r-- | docs/features/initialization.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features/initialization.rst b/docs/features/initialization.rst index 6824c7bf..b1ca4f05 100644 --- a/docs/features/initialization.rst +++ b/docs/features/initialization.rst @@ -133,7 +133,7 @@ override: command via ``self`` (Default: ``False``) - **macros**: dictionary of macro names and their values - **max_completion_items**: max number of CompletionItems to display during - tab-completion (Default: 50) + tab completion (Default: 50) - **pager**: sets the pager command used by the ``Cmd.ppaged()`` method for displaying wrapped output using a pager - **pager_chop**: sets the pager command used by the ``Cmd.ppaged()`` method |