diff options
Diffstat (limited to '3rdparty/expat/xmlwf/xmlwf_helpgen.sh')
-rwxr-xr-x | 3rdparty/expat/xmlwf/xmlwf_helpgen.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/3rdparty/expat/xmlwf/xmlwf_helpgen.sh b/3rdparty/expat/xmlwf/xmlwf_helpgen.sh index 6b0fbf929a0..864e47086d1 100755 --- a/3rdparty/expat/xmlwf/xmlwf_helpgen.sh +++ b/3rdparty/expat/xmlwf/xmlwf_helpgen.sh @@ -6,7 +6,7 @@ # \___/_/\_\ .__/ \__,_|\__| # |_| XML parser # -# Copyright (c) 2019 Expat development team +# Copyright (c) 2019-2021 Sebastian Pipping <sebastian@pipping.org> # Licensed under the MIT license: # # Permission is hereby granted, free of charge, to any person obtaining @@ -29,7 +29,8 @@ # USE OR OTHER DEALINGS IN THE SOFTWARE. ./xmlwf/xmlwf_helpgen.py | sed \ - -e 's,usage: xmlwf,usage: %s,' \ + -e 's,usage: ,usage:,' \ + -e 's, xmlwf, %s,' \ -e 's, \[-h | -v\],,' \ -e 's,^, T(",' \ -e 's,$,\\n"),' |