diff options
Diffstat (limited to 'examples/alias_startup.py')
-rwxr-xr-x | examples/alias_startup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/alias_startup.py b/examples/alias_startup.py index b765e34c..052d1367 100755 --- a/examples/alias_startup.py +++ b/examples/alias_startup.py @@ -2,7 +2,7 @@ # coding=utf-8 """A simple example demonstrating the following: 1) How to add custom command aliases using the alias command - 2) How to load an initialization script at startup + 2) How to run an initialization script at startup """ import os import cmd2 |