# HG changeset patch # User Matti Hamalainen # Date 1620730834 -10800 # Node ID 2f86537ff1f7c8bb9de46a11c1c8171f26a1d2df # Parent 7498bda8b4a2a3f1d958fe0eafaa146133d23113 Improve help. diff -r 7498bda8b4a2 -r 2f86537ff1f7 lxmldump.py --- a/lxmldump.py Tue May 11 13:15:07 2021 +0300 +++ b/lxmldump.py Tue May 11 14:00:34 2021 +0300 @@ -244,7 +244,8 @@ format(str(Path(sys.argv[0]).name))) print(u"") print(u" --help Show this help") - print(u" -d, --dump Dump mode") + print(u" -d, --dump Output as simple dump") + print(u" -x, --xml Output as XML") print(u" -n, --normalize Output NFC normalized Unicode") print(u" -a, --annotate Annotate strings") print(u" -v, --verbosity Set verbosity level (0 - 3)")