summaryrefslogtreecommitdiff
path: root/cliff/help.py
diff options
context:
space:
mode:
Diffstat (limited to 'cliff/help.py')
-rw-r--r--cliff/help.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cliff/help.py b/cliff/help.py
index cd427d7..49cfd16 100644
--- a/cliff/help.py
+++ b/cliff/help.py
@@ -36,7 +36,7 @@ class HelpCommand(Command):
)
return parser
- def run(self, parsed_args):
+ def take_action(self, parsed_args):
if parsed_args.cmd:
try:
the_cmd = self.app.command_manager.find_command(