chiark / gitweb /
runlisp-base.conf (cmucl/run-script): Use `muffle-warning' function.
[runlisp] / query-runlisp-config.c
index 7335a811952b20f5aa60a11cc1f2feba272e2006..7df141f9ebcc0cc17693c0bbf22d7469a6e3053f 100644 (file)
@@ -114,19 +114,19 @@ 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\
   -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\
-Output:\n\
+Output\n\
   -L, --list-sections          List all known section names in order.\n\
   -M, --machine-readable       Don't print headers or labels.\n\
   -l, --list-variables=SECTION List all defined variables in SECTION.\n\