# HG changeset patch # User Matti Hamalainen # Date 1622021010 -10800 # Node ID 508de0f6836be183604015be717d859f1b011fd4 # Parent 98c85c0b515986670299cfd0f676429069e4bb10 Adjust help output. diff -r 98c85c0b5159 -r 508de0f6836b lxmldump.py --- a/lxmldump.py Wed May 26 02:18:47 2021 +0300 +++ b/lxmldump.py Wed May 26 12:23:30 2021 +0300 @@ -438,7 +438,7 @@ for mid in pkk_mode_defaults: stmp = pkk_get_value(mid).replace("\\", "\\\\").replace("\n", "\\n") - print(u" {:18s} : '{}'".format(mid, stmp)) + print(u" {:22s} : '{}'".format(mid, stmp)) sys.exit(0)