diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-01-29 19:24:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-29 19:24:50 -0500 |
commit | 6296d413ac1cee3577c19ba2bbf9da56202dc26d (patch) | |
tree | 8cacaa6175acde73a861de5cba3919f3963073e2 /docs/features/os.rst | |
parent | e87cadfbaeda0bb0197ce959107bda0db89514ea (diff) | |
parent | 0196641173d3b4a69876fb4349d6f5caa5603858 (diff) | |
download | cmd2-git-6296d413ac1cee3577c19ba2bbf9da56202dc26d.tar.gz |
Merge pull request #867 from python-cmd2/discoverable_verbose_help
Make verbose help more discoverable
Diffstat (limited to 'docs/features/os.rst')
-rw-r--r-- | docs/features/os.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/features/os.rst b/docs/features/os.rst index 40a7cbf4..b6f9b61f 100644 --- a/docs/features/os.rst +++ b/docs/features/os.rst @@ -49,8 +49,8 @@ loop:: $ python examples/example.py help - Documented commands (type help <topic>): - ======================================== + Documented commands (use 'help -v' for verbose/'help <topic>' for details): + =========================================================================== alias help macro orate quit run_script set shortcuts edit history mumble py run_pyscript say shell speak |