diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-12-20 21:20:07 -0500 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-12-20 21:20:07 -0500 |
commit | 8bb92a8ad40a253070a68b2126afc2ef66fa9a4f (patch) | |
tree | d55a9d314f69719c9862185e3c5c310fbdfdf86c /examples | |
parent | 068e83fb9bbabd74313f3c245217343ed015fe86 (diff) | |
download | cmd2-git-8bb92a8ad40a253070a68b2126afc2ef66fa9a4f.tar.gz |
Updated documentation
Diffstat (limited to 'examples')
-rw-r--r-- | examples/scripts/save_help_text.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/scripts/save_help_text.py b/examples/scripts/save_help_text.py index 709edfca..9bdc1efa 100644 --- a/examples/scripts/save_help_text.py +++ b/examples/scripts/save_help_text.py @@ -1,8 +1,8 @@ # coding=utf-8 # flake8: noqa F821 """ -A cmd2 script that saves the help text for every command and sub-commands to a file -This is meant to be run with pyscript within a cmd2 session. +A cmd2 script that saves the help text for every command and sub-command to a file. +This is meant to be run within a cmd2 session using pyscript. """ import argparse |