summaryrefslogtreecommitdiff
path: root/cliff/help.py
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2012-06-18 18:13:59 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2012-06-18 18:13:59 -0400
commit9bb0a4a13acfce6a0924514b883417875a1143dc (patch)
treefa63700c7a47489a7aa18f8aef7289773a675cc3 /cliff/help.py
parenta7987bc9d562341967305b20a174658dc556ce20 (diff)
parent1473b678ce4219f5119ae9e98af0fa5d7e21992d (diff)
downloadcliff-tablib-9bb0a4a13acfce6a0924514b883417875a1143dc.tar.gz
merge API refactoring work
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(