xmlwf: Get -h and -v out of usage summary line
This commit is contained in:
parent
5f28bccc5b
commit
4a09fc9024
@ -851,7 +851,7 @@ usage(const XML_Char *prog, int rc) {
|
||||
*/
|
||||
/* clang-format off */
|
||||
T("usage: %s [-s] [-n] [-p] [-x] [-e ENCODING] [-w] [-r] [-d DIRECTORY]\n")
|
||||
T(" [-c | -m | -t] [-N] [-h | -v]\n")
|
||||
T(" [-c | -m | -t] [-N]\n")
|
||||
T(" [FILE [FILE ...]]\n")
|
||||
T("\n")
|
||||
T("xmlwf - Determines if an XML document is well-formed\n")
|
||||
|
@ -30,5 +30,6 @@
|
||||
|
||||
./xmlwf/xmlwf_helpgen.py | sed \
|
||||
-e 's,usage: xmlwf,usage: %s,' \
|
||||
-e 's, \[-h | -v\],,' \
|
||||
-e 's,^, T(",' \
|
||||
-e 's,$,\\n"),'
|
||||
|
Loading…
Reference in New Issue
Block a user