summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-03-10 00:33:42 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-03-10 00:33:42 -0500
commit102b6c121ccaa645fff02be0928a7342746232b8 (patch)
tree6aa876504a240c9a37511066e2ade41f54fb2c80 /examples
parent39751265531389bc864d536f992baf80a2038211 (diff)
downloadcmd2-git-102b6c121ccaa645fff02be0928a7342746232b8.tar.gz
Fixed typo in example
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/help_categories.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/help_categories.py b/examples/help_categories.py
index 50b2c17d..f638e0df 100755
--- a/examples/help_categories.py
+++ b/examples/help_categories.py
@@ -39,7 +39,7 @@ class HelpCategories(cmd2.Cmd):
def do_deploy(self, _):
"""Deploy command"""
- self.poutput('Which')
+ self.poutput('Deploy')
def do_start(self, _):
"""Start command"""