summaryrefslogtreecommitdiff
path: root/examples/example.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2017-11-11 12:14:06 -0500
committerGitHub <noreply@github.com>2017-11-11 12:14:06 -0500
commit787cc0a4fdc6a9108900a2c6fbafcb07abcda7cc (patch)
treebeb1a79dc1a5f4863182f61c38859fa59619c933 /examples/example.py
parentaf06c06a5e580c92cf934f110c9e88ec75cde235 (diff)
parentdbc9f819182b26d0ae68f55e24467411d5711290 (diff)
downloadcmd2-git-787cc0a4fdc6a9108900a2c6fbafcb07abcda7cc.tar.gz
Merge pull request #236 from python-cmd2/example_fixes
Made a couple fixes to existing examples
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.
"""