diff --git a/client/solo/commands/help.py b/client/solo/commands/help.py index 7ccddbce3..f14abcd0a 100644 --- a/client/solo/commands/help.py +++ b/client/solo/commands/help.py @@ -89,7 +89,7 @@ class SoloHelp(SoloCommand): name = "%s%s" % (purple(descriptor.get_name()), aliases_str) desc = descriptor.get_description() - group.add_argument(name, help=darkgreen(desc), action="store_true") + group.add_argument(name, help=darkgreen(desc)) parser.print_help() if not self._args: return 1