# HG changeset patch # User Henry S. Thompson # Date 1727349856 -3600 # Node ID 36a9dc0d52d4a0e8b7b90514933d84c2aa1aa442 # Parent cc2be4008dae38ca22ba956a438332f570d88ed6 for debugging? diff -r cc2be4008dae -r 36a9dc0d52d4 lib/python/cc/ix.py --- a/lib/python/cc/ix.py Thu May 09 12:36:57 2024 +0100 +++ b/lib/python/cc/ix.py Thu Sep 26 12:24:16 2024 +0100 @@ -22,6 +22,7 @@ class HackFormat(argparse.RawDescriptionHelpFormatter): def format_help(self): + global FOO FOO=argparse.RawDescriptionHelpFormatter.format_help(self) return HACK_USAGE.sub('\n [ ( -x | length offset filename ) ]', FOO)