diff options
Diffstat (limited to 'cmd2/cmd2.py')
-rw-r--r-- | cmd2/cmd2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2/cmd2.py b/cmd2/cmd2.py index ee7cc449..6667911a 100644 --- a/cmd2/cmd2.py +++ b/cmd2/cmd2.py @@ -3666,7 +3666,7 @@ class Cmd(cmd.Cmd): " This command is intended to only be used within text file scripts.") relative_run_script_parser = ArgParser(description=relative_run_script_description, - epilog=relative_run_script_epilog) + epilog=relative_run_script_epilog) relative_run_script_parser.add_argument('file_path', help='a file path pointing to a script') @with_argparser(relative_run_script_parser) |