summaryrefslogtreecommitdiff
path: root/docs/features/argument_processing.rst
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2020-02-13 13:39:53 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2020-02-13 13:39:53 -0500
commit41019de4b55f42d17149c29d380358dc38347948 (patch)
tree896f769ab1d919132b51ee0dbf7006cf07f87961 /docs/features/argument_processing.rst
parentc3e3c1c595d65ec4c5fa2c9dac88ffa30cf4738e (diff)
downloadcmd2-git-41019de4b55f42d17149c29d380358dc38347948.tar.gz
Removed dash from 'tab complete' string
Diffstat (limited to 'docs/features/argument_processing.rst')
-rw-r--r--docs/features/argument_processing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features/argument_processing.rst b/docs/features/argument_processing.rst
index 39a39804..82244d7e 100644
--- a/docs/features/argument_processing.rst
+++ b/docs/features/argument_processing.rst
@@ -325,7 +325,7 @@ Subcommands are supported for commands using either the ``@with_argparser`` or
is based on argparse sub-parsers.
You may add multiple layers of subcommands for your command. ``cmd2`` will
-automatically traverse and tab-complete subcommands for all commands using
+automatically traverse and tab complete subcommands for all commands using
argparse.
See the subcommands_ example to learn more about how to