summaryrefslogtreecommitdiff
path: root/cmd2.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2017-02-26 17:19:15 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2017-02-26 17:19:15 -0500
commit552c02561e8e79b9b2e658453f269fba68fab9a5 (patch)
treee74587bd07f912a7063cdbb2338a7c395d1aad32 /cmd2.py
parent04632df7659a7fa68d75770d862e4edd32acff2b (diff)
downloadcmd2-git-552c02561e8e79b9b2e658453f269fba68fab9a5.tar.gz
Changes to make our project as welcoming as possible for new contributors.
Changes include: 1) Added CONTRIBUTING.md with detailed instructions for how to contribute, which should be especially useful to those new to open source in general or GitHub in particular 2) Added CODE_OF_CONDUCT.md which sets ground rules for participants’ behavior and helps to facilitate a friendly, welcoming environment 3) Renamed the "example" directory to "examples" in the hope that one day soon there may be more than a single example ;-)
Diffstat (limited to 'cmd2.py')
-rwxr-xr-xcmd2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2.py b/cmd2.py
index 057b6390..ae39d568 100755
--- a/cmd2.py
+++ b/cmd2.py
@@ -14,7 +14,7 @@ Settable environment parameters
Optional _onchange_{paramname} called when environment parameter changes
Parsing commands with `optparse` options (flags)
Redirection to file with >, >>; input from file with <
-Easy transcript-based testing of applications (see example/example.py)
+Easy transcript-based testing of applications (see examples/example.py)
Bash-style ``select`` available
Note that redirection with > and | will only work if `self.stdout.write()`