utils/pdftohtml.cc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)
New commits: commit 4e0cbd37b964107c0fb531d48876a33ae843bf27 Author: suzuki toshiya <[email protected]> Date: Mon Nov 11 22:46:07 2013 +0100 pdftohtml: Add -? and --help diff --git a/utils/pdftohtml.cc b/utils/pdftohtml.cc index bcec8cb..af7251c 100644 --- a/utils/pdftohtml.cc +++ b/utils/pdftohtml.cc @@ -16,7 +16,7 @@ // Copyright (C) 2007-2008, 2010, 2012 Albert Astals Cid <[email protected]> // Copyright (C) 2010 Hib Eris <[email protected]> // Copyright (C) 2010 Mike Slegeir <[email protected]> -// Copyright (C) 2010 Suzuki Toshiya <[email protected]> +// Copyright (C) 2010, 2013 Suzuki Toshiya <[email protected]> // Copyright (C) 2010 OSSD CDAC Mumbai by Leena Chourey ([email protected]) and Onkar Potdar ([email protected]) // Copyright (C) 2011 Steven Murdoch <[email protected]> // Copyright (C) 2012 Igor Slepchin <[email protected]> @@ -104,8 +104,12 @@ static const ArgDesc argDesc[] = { "don't print any messages or errors"}, {"-h", argFlag, &printHelp, 0, "print usage information"}, + {"-?", argFlag, &printHelp, 0, + "print usage information"}, {"-help", argFlag, &printHelp, 0, "print usage information"}, + {"--help", argFlag, &printHelp, 0, + "print usage information"}, {"-p", argFlag, &printHtml, 0, "exchange .pdf links by .html"}, {"-c", argFlag, &complexMode, 0, _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
