summaryrefslogtreecommitdiffstats
path: root/func/overlord/command.py
diff options
context:
space:
mode:
Diffstat (limited to 'func/overlord/command.py')
-rw-r--r--func/overlord/command.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/func/overlord/command.py b/func/overlord/command.py
index aa21ddb..4b815f0 100644
--- a/func/overlord/command.py
+++ b/func/overlord/command.py
@@ -135,6 +135,7 @@ class Command:
for name, command in self.subCommands.items():
formatter.addCommand(name, command.summary or
command.description)
+ print formatter.format_description("")
# expand %command for the bottom usage
usage = self.usage or self.name
@@ -197,7 +198,6 @@ class Command:
# handle pleas for help
if args and args[0] == 'help':
- self.debug('Asked for help, args %r' % args)
# give help on current command if only 'help' is passed
if len(args) == 1: