diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-06-15 00:21:34 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-06-15 00:21:34 -0400 |
commit | 255dd16c426a79531f4bb4a2f58e91c24bb2c2f0 (patch) | |
tree | 02aa0c5c084874f14f1c973468b0b219f5b8efab /examples | |
parent | 122ff0c664383aff780902d66cb7e990aa8d810b (diff) | |
download | cmd2-git-255dd16c426a79531f4bb4a2f58e91c24bb2c2f0.tar.gz |
Updated comment
Diffstat (limited to 'examples')
-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 |