aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/command
diff options
context:
space:
mode:
Diffstat (limited to 'libbe/command')
-rw-r--r--libbe/command/help.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbe/command/help.py b/libbe/command/help.py
index b2b4cbd..01824fa 100644
--- a/libbe/command/help.py
+++ b/libbe/command/help.py
@@ -64,6 +64,7 @@ class Help (libbe.command.Command):
module = libbe.command.get_command(params['topic'])
Class = libbe.command.get_command_class(module,params['topic'])
c = Class(ui=self.ui)
+ self.ui.setup_command(c)
print >> self.stdout, c.help().rstrip('\n')
elif params['topic'] in TOPICS:
print >> self.stdout, TOPICS[params['topic']].rstrip('\n')