xmlwf: Sync usage help with man page and code

This commit is contained in:
Sebastian Pipping 2016-03-02 13:53:18 +01:00
parent ba0f9c3b40
commit a3b925a46e

View File

@ -634,8 +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] "
"[-e encoding] file ...\n"), prog);
T("usage: %s [-s] [-n] [-p] [-x] [-e encoding] [-w] [-d output-dir] [-c] [-m] [-r] [-t] [file ...]\n"), prog);
exit(rc);
}