summaryrefslogtreecommitdiff
path: root/examples/example.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example.py')
-rwxr-xr-xexamples/example.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/example.py b/examples/example.py
index e4158f13..889e62c0 100755
--- a/examples/example.py
+++ b/examples/example.py
@@ -4,9 +4,9 @@
A sample application for cmd2.
Thanks to cmd2's built-in transcript testing capability, it also serves as a
-test suite for example.py when used with the exampleSession.txt transcript.
+test suite for example.py when used with the transcript_regex.txt transcript.
-Running `python example.py -t exampleSession.txt` will run all the commands in
+Running `python example.py -t transcript_regex.txt` will run all the commands in
the transcript against example.py, verifying that the output produced matches
the transcript.
"""