diff options
Diffstat (limited to 'examples/python_scripting.py')
-rwxr-xr-x | examples/python_scripting.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/python_scripting.py b/examples/python_scripting.py index 9465f697..3aa61467 100755 --- a/examples/python_scripting.py +++ b/examples/python_scripting.py @@ -55,8 +55,8 @@ class CmdLineApp(cmd2.Cmd): @cmd2.with_argument_list def do_cd(self, arglist): """Change directory. - Usage: - cd <new_dir> + Usage: + cd <new_dir> """ # Expect 1 argument, the directory to change to if not arglist or len(arglist) != 1: |