1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-09-28 17:21:29 +00:00

Update usage in help information

This commit is contained in:
Hongliang TIAN 2012-08-13 10:26:10 +08:00
parent 023bc346bc
commit 914173671a

View File

@ -107,7 +107,7 @@ void show_usage(void)
cerr << "Copyright 2011 Hongliang Tian (tatetian@gmail.com)" << endl;
cerr << "Copyright 2012 Lu Wang (coolwanglu<at>gmail.com)" << endl;
cerr << endl;
cerr << "Usage: pdftohtml [Options] <PDF-file> [<JSON-file>]" << endl;
cerr << "Usage: pdf2htmlEX [Options] <PDF-file>" << endl;
cerr << endl;
cerr << opt_visible << endl;
}