3032c4
3032c4
https://bugzilla.redhat.com/show_bug.cgi?id=948534
3032c4
3032c4
--- expat-2.1.0/xmlwf/xmlwf.c.xmlwfargs
3032c4
+++ expat-2.1.0/xmlwf/xmlwf.c
3032c4
@@ -634,7 +634,7 @@ static void
3032c4
 usage(const XML_Char *prog, int rc)
3032c4
 {
3032c4
   ftprintf(stderr,
3032c4
-           T("usage: %s [-n] [-p] [-r] [-s] [-w] [-x] [-d output-dir] "
3032c4
+           T("usage: %s [-s] [-n] [-p] [-x] [-w] [-d output-dir] [-c] [-m] [-r] [-t] [-v] "
3032c4
              "[-e encoding] file ...\n"), prog);
3032c4
   exit(rc);
3032c4
 }