1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-01 07:59:00 +00:00

don't need every program telling people how to use unix

This commit is contained in:
John Hewson 2013-01-28 22:17:57 +00:00
parent 952a3409f3
commit 40e9f89833

View File

@ -38,9 +38,6 @@ void show_usage_and_exit(const char * dummy = nullptr)
{
cerr << "Usage: pdf2htmlEX [options] <input.pdf> [<output.html>]" << endl;
argparser.show_usage(cerr);
cerr << endl;
cerr << "Run 'man pdf2htmlEX' for detailed information" << endl;
cerr << endl;
exit(EXIT_FAILURE);
}