From beb2b37e5488965f7b2e240ea7453234bcbd3cd1 Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Sat, 15 Jun 2019 00:53:23 -0400 Subject: Updated documentation --- examples/scripts/save_help_text.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/scripts/save_help_text.py') diff --git a/examples/scripts/save_help_text.py b/examples/scripts/save_help_text.py index 73434a31..a68b0ad9 100644 --- a/examples/scripts/save_help_text.py +++ b/examples/scripts/save_help_text.py @@ -2,7 +2,7 @@ # flake8: noqa F821 """ A cmd2 script that saves the help text for every command, sub-command, and topic to a file. -This is meant to be run within a cmd2 session using pyscript. +This is meant to be run within a cmd2 session using run_pyscript. """ import argparse -- cgit v1.2.1