From: David Lichteblau Date: Tue, 9 Aug 2011 14:45:05 +0000 (+0200) Subject: Document further common toplevel options X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=229b2a218b6a86d224c613bf0bfb0423f80d2b7c;p=sbcl.git Document further common toplevel options --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. --- diff --git a/src/runtime/runtime.c b/src/runtime/runtime.c index f127933..642e7c5 100644 --- a/src/runtime/runtime.c +++ b/src/runtime/runtime.c @@ -179,6 +179,12 @@ Common toplevel options:\n\ --userinit 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 [] Skip #! line, disable debugger, avoid verbosity.\n\ +Common toplevel options that are processed in order:\n\ + --eval
Form to eval when processing this option.\n\ + --load 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\