src/c2html.c

changeset 14
b33629bf4b58
parent 13
fe74bf2d5f27
child 15
398a7589297f
equal deleted inserted replaced
13:fe74bf2d5f27 14:b33629bf4b58
315 printf("Formats source code using HTML.\n\nUsage:\n" 315 printf("Formats source code using HTML.\n\nUsage:\n"
316 " c2html [Options] FILE\n\n" 316 " c2html [Options] FILE\n\n"
317 " Options:\n" 317 " Options:\n"
318 " -h Prints this help message\n" 318 " -h Prints this help message\n"
319 " -o <output> Output file (if not specified, stdout is used)\n" 319 " -o <output> Output file (if not specified, stdout is used)\n"
320 " -p Disable highlighting (plain text)\n"
320 "\n"); 321 "\n");
321 322
322 323
323 } 324 }
324 325

mercurial