changeset 15:2f86537ff1f7

Improve help.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 11 May 2021 14:00:34 +0300
parents 7498bda8b4a2
children 285b0820d2c6
files lxmldump.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <n>     Set verbosity level (0 - 3)")