# HG changeset patch # User Paul Boddie # Date 1688134215 -7200 # Node ID 52b1c6c08a27865233fd81c718c6ba507f2b0ac4 # Parent 18dc14ae134504a67b4d9442e7a9c71116a16fc5 Fixed help string to show the program name. diff -r 18dc14ae1345 -r 52b1c6c08a27 tests/test_parser.py --- a/tests/test_parser.py Fri Jun 30 15:11:58 2023 +0200 +++ b/tests/test_parser.py Fri Jun 30 16:10:15 2023 +0200 @@ -165,7 +165,7 @@ -q Suppress test output, reporting only success or failure --quiet Equivalent to -q -""" +""" % sys.argv[0] sys.exit(1) for arg in ["-q", "--quiet"]: