]> gitweb.factorcode.org Git - factor.git/commitdiff
Add description of '-help' switch to documentation.
authornomennescio <nomennescio@factorcode.org>
Fri, 8 Nov 2019 12:58:33 +0000 (13:58 +0100)
committerJohn Benediktsson <mrjbq7@gmail.com>
Fri, 8 Nov 2019 17:59:56 +0000 (09:59 -0800)
basis/command-line/command-line-docs.factor

index 5b41e9abe9f74d9864c4df4fd93a8c29ad68f6d1..99c629877ba03ab05bf7414aca01bbb3b54c640b 100644 (file)
@@ -91,6 +91,7 @@ $nl
 ARTICLE: "standard-cli-args" "Command line switches for general usage"
 "The following command line switches can be passed to a bootstrapped Factor image:"
 { $table
+    { { $snippet "-help" } { "Show help for the command line switches." } }
     { { $snippet "-e=" { $emphasis "code" } } { "This specifies a code snippet to evaluate and then exit Factor." } }
     { { $snippet "-run=" { $emphasis "vocab" } } { { $snippet { $emphasis "vocab" } } " is the name of a vocabulary with a " { $link POSTPONE: MAIN: } " hook to run on startup, for example " { $vocab-link "listener" } " or " { $vocab-link "ui.tools" } "." } }
     { { $snippet "-no-user-init" } { "Inhibits the running of user initialization files on startup. See " { $link "rc-files" } "." } }