diff options
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 |