diff options
Diffstat (limited to 'dev-libs/expat/files/expat-2.1.0-xmlwfargs.patch')
-rw-r--r-- | dev-libs/expat/files/expat-2.1.0-xmlwfargs.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-libs/expat/files/expat-2.1.0-xmlwfargs.patch b/dev-libs/expat/files/expat-2.1.0-xmlwfargs.patch new file mode 100644 index 000000000000..5ac5d54eba18 --- /dev/null +++ b/dev-libs/expat/files/expat-2.1.0-xmlwfargs.patch @@ -0,0 +1,15 @@ +Fix "xmlwf -h" output + +Patch is from: http://pkgs.fedoraproject.org/cgit/expat.git/plain/expat-2.1.0-xmlwfargs.patch + +--- xmlwf/xmlwf.c ++++ xmlwf/xmlwf.c +@@ -634,7 +634,7 @@ static void + usage(const XML_Char *prog, int rc) + { + ftprintf(stderr, +- T("usage: %s [-n] [-p] [-r] [-s] [-w] [-x] [-d output-dir] " ++ T("usage: %s [-s] [-n] [-p] [-x] [-w] [-d output-dir] [-c] [-m] [-r] [-t] [-v] " + "[-e encoding] file ...\n"), prog); + exit(rc); + } |