reverted help formatting column width to 80

Signed-off-by: gabrpham_amdeng <Gabriel.Pham@amd.com>


[ROCm/amdsmi commit: 39b26104d4]
Tento commit je obsažen v:
gabrpham_amdeng
2025-08-22 16:09:13 -05:00
odevzdal Arif, Maisam
rodič c3f5771541
revize 51c2ea4731
+1 -1
Zobrazit soubor
@@ -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):