reverted help formatting column width to 80

Signed-off-by: gabrpham_amdeng <Gabriel.Pham@amd.com>
This commit is contained in:
gabrpham_amdeng
2025-08-22 16:09:13 -05:00
committato da Arif, Maisam
parent 51a44bc0c4
commit 39b26104d4
+1 -1
Vedi File
@@ -49,7 +49,7 @@ class AMDSMIParserHelpFormatter(argparse.HelpFormatter):
# Custom Help Formatter for not duplicating the metavar in the subparsers
class AMDSMISubparserHelpFormatter(argparse.RawTextHelpFormatter):
def __init__(self, prog):
super().__init__(prog, indent_increment=2, max_help_position=24, width=90)
super().__init__(prog, indent_increment=2, max_help_position=80, width=90)
self._action_max_length = 20
def _format_action_invocation(self, action):