Typo in command-line docs

release
Aaron Schaefer 2010-02-14 16:00:08 -06:00
parent 7e6479cd36
commit e772aae510
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ ARTICLE: "standard-cli-args" "Command line switches for general usage"
} ;
ARTICLE: "factor-boot-rc" "Bootstrap initialization file"
"The botstrap initialization file is named " { $snippet "factor-boot-rc" } " on Windows and " { $snippet ".factor-boot-rc" } " on Unix. This file can contain " { $link require } " calls for vocabularies you use frequently, and other such long-running tasks that you do not want to perform every time Factor starts."
"The bootstrap initialization file is named " { $snippet "factor-boot-rc" } " on Windows and " { $snippet ".factor-boot-rc" } " on Unix. This file can contain " { $link require } " calls for vocabularies you use frequently, and other such long-running tasks that you do not want to perform every time Factor starts."
$nl
"A word to run this file from an existing Factor session:"
{ $subsections run-bootstrap-init }