From 1f75d6985d877893ee7835a863fba15c11defdec Mon Sep 17 00:00:00 2001 From: nomennescio Date: Fri, 8 Nov 2019 13:58:33 +0100 Subject: [PATCH] Add description of '-help' switch to documentation. --- basis/command-line/command-line-docs.factor | 1 + 1 file changed, 1 insertion(+) diff --git a/basis/command-line/command-line-docs.factor b/basis/command-line/command-line-docs.factor index 5b41e9abe9..99c629877b 100644 --- a/basis/command-line/command-line-docs.factor +++ b/basis/command-line/command-line-docs.factor @@ -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" } "." } } -- 2.34.1