summaryrefslogtreecommitdiff
path: root/docs/features/help.rst
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2020-01-29 19:27:43 -0500
committerGitHub <noreply@github.com>2020-01-29 19:27:43 -0500
commit052caa649be459145c5593f9515be8d3100a16c3 (patch)
tree1ea9343206b1c070460415f010c6d1086e514802 /docs/features/help.rst
parent26c140e891773f69850043b68c75d9467bf54e55 (diff)
parent6296d413ac1cee3577c19ba2bbf9da56202dc26d (diff)
downloadcmd2-git-052caa649be459145c5593f9515be8d3100a16c3.tar.gz
Merge branch 'master' into changelog_clarification
Diffstat (limited to 'docs/features/help.rst')
-rw-r--r--docs/features/help.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/features/help.rst b/docs/features/help.rst
index 03e0867b..920516f5 100644
--- a/docs/features/help.rst
+++ b/docs/features/help.rst
@@ -12,15 +12,15 @@ Categorizing Commands
By default, the ``help`` command displays::
- Documented commands (type help <topic>):
- ========================================
+ Documented commands (use 'help -v' for verbose/'help <topic>' for details):
+ ===========================================================================
alias help ipy py run_pyscript set shortcuts
edit history macro quit run_script shell
If you have a large number of commands, you can optionally group your commands
into categories. Here's the output from the example ``help_categories.py``::
- Documented commands (type help <topic>):
+ Documented commands (use 'help -v' for verbose/'help <topic>' for details):
Application Management
======================
@@ -90,7 +90,7 @@ Using the ``categorize()`` function:
The ``help`` command also has a verbose option (``help -v`` or ``help
--verbose``) that combines the help categories with per-command Help Messages::
- Documented commands (type help <topic>):
+ Documented commands (use 'help -v' for verbose/'help <topic>' for details):
Application Management
================================================================================