Document further common toplevel options
authorDavid Lichteblau <david@lichteblau.com>
Tue, 9 Aug 2011 14:45:05 +0000 (16:45 +0200)
committerDavid Lichteblau <david@lichteblau.com>
Tue, 9 Aug 2011 14:50:43 +0000 (16:50 +0200)
  --sysinit and --userinit had already been documented.
  Now also document the remaining toplevel options for consistency.

  Note that --help shows short one-line comments, hence no attempt is
  made to sync them with the manpage fully.

src/runtime/runtime.c

index f127933..642e7c5 100644 (file)
@@ -179,6 +179,12 @@ Common toplevel options:\n\
   --userinit <filename>      Per-user init-file to use instead of default.\n\
   --no-sysinit               Inhibit processing of any system-wide init-file.\n\
   --no-userinit              Inhibit processing of any per-user init-file.\n\
+  --disable-debugger         Invoke sb-ext:disable-debugger.\n\
+  --noprint                  Run a Read-Eval Loop without printing results.\n\
+  --script [<filename>]      Skip #! line, disable debugger, avoid verbosity.\n\
+Common toplevel options that are processed in order:\n\
+  --eval <form>              Form to eval when processing this option.\n\
+  --load <filename>          File to load when processing this option.\n\
 \n\
 User options are not processed by SBCL. All runtime options must\n\
 appear before toplevel options, and all toplevel options must\n\