diff --git a/src/pdf2htmlEX.cc b/src/pdf2htmlEX.cc index 94d41db..18a1d6c 100644 --- a/src/pdf2htmlEX.cc +++ b/src/pdf2htmlEX.cc @@ -38,9 +38,6 @@ void show_usage_and_exit(const char * dummy = nullptr) { cerr << "Usage: pdf2htmlEX [options] []" << endl; argparser.show_usage(cerr); - cerr << endl; - cerr << "Run 'man pdf2htmlEX' for detailed information" << endl; - cerr << endl; exit(EXIT_FAILURE); }