diff --git a/subcmds/help.py b/subcmds/help.py index 01d5fa23..e2f3074c 100644 --- a/subcmds/help.py +++ b/subcmds/help.py @@ -94,6 +94,8 @@ See 'repo help --all' for a complete list of recognized commands. body = getattr(cmd, bodyAttr) except AttributeError: return + if body == '' or body is None: + return self.nl()