From 40e9f8983320b5949e845490e16b8f53ba27443d Mon Sep 17 00:00:00 2001 From: John Hewson Date: Mon, 28 Jan 2013 22:17:57 +0000 Subject: [PATCH] don't need every program telling people how to use unix --- src/pdf2htmlEX.cc | 3 --- 1 file changed, 3 deletions(-) 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); }