chiark / gitweb /
*.c: Remove trailing colons from option group headers.
[runlisp] / dump-runlisp-image.c
index 9ed578d73861d2cd28281a7a2852aecd8646ee6f..72ce97de1ddffb0696326bbeb9b2c1a77c732615 100644 (file)
@@ -1347,20 +1347,20 @@ static void help(FILE *fp)
 {
   version(fp); fputc('\n', fp); usage(fp);
   fputs("\n\
-Help options:\n\
+Help options\n\
   -h, --help                   Show this help text and exit successfully.\n\
   -V, --version                        Show version number and exit successfully.\n\
 \n\
-Diagnostics:\n\
+Diagnostics\n\
   -n, --dry-run                        Don't run run anything (useful with `-v').\n\
   -q, --quiet                  Don't print warning messages.\n\
   -v, --verbose                        Print informational messages (repeatable).\n\
 \n\
-Configuration:\n\
+Configuration\n\
   -c, --config-file=CONF       Read configuration from CONF (repeatable).\n\
   -o, --set-option=[SECT:]VAR=VAL Set configuration variable (repeatable).\n\
 \n\
-Image dumping:\n\
+Image dumping\n\
   -O, --output=FILE|DIR                Store image(s) in FILE or DIR.\n\
   -R, --remove-other           Delete image files for other Lisp systems.\n\
   -U, --remove-unknown         Delete unrecognized files in image dir.\n\