diff --git a/jarvis_util/util/argparse.py b/jarvis_util/util/argparse.py index ddf7e6f..681534a 100644 --- a/jarvis_util/util/argparse.py +++ b/jarvis_util/util/argparse.py @@ -518,7 +518,7 @@ def _print_menu_help(self, only_usage=False): all_class_opts = {} for opt in all_opts: if opt['class'] is None: - opt['class'] = 'basic' + opt['class'] = '' if opt['class'] not in all_class_opts: all_class_opts[opt['class']] = [opt] else: