added -p to help message

Wed, 10 Jul 2013 14:25:41 +0200

author
Mike Becker <universe@uap-core.de>
date
Wed, 10 Jul 2013 14:25:41 +0200
changeset 14
b33629bf4b58
parent 13
fe74bf2d5f27
child 15
398a7589297f

added -p to help message

src/c2html.c file | annotate | diff | comparison | revisions
--- a/src/c2html.c	Wed Jul 10 13:54:15 2013 +0200
+++ b/src/c2html.c	Wed Jul 10 14:25:41 2013 +0200
@@ -317,6 +317,7 @@
       " Options:\n"
       "  -h                    Prints this help message\n"
       "  -o <output>           Output file (if not specified, stdout is used)\n"
+      "  -p                    Disable highlighting (plain text)\n"
       "\n");
   
   

mercurial