diff options
Diffstat (limited to 'examples/help_categories.py')
-rwxr-xr-x | examples/help_categories.py | 2 |
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""" |