changeset 42:508de0f6836b

Adjust help output.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 26 May 2021 12:23:30 +0300
parents 98c85c0b5159
children 8ed576574712
files lxmldump.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)