command-line.startup: s/Common/Factor.

char-rename
John Benediktsson 2017-01-20 21:02:52 -08:00
parent d5b74bd776
commit bfc1794091
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ IN: command-line.startup
: cli-usage ( -- ) : cli-usage ( -- )
"Usage: " write vm-path file-name write " [Factor arguments] [script] [script arguments] "Usage: " write vm-path file-name write " [Factor arguments] [script] [script arguments]
Common arguments: Factor arguments:
-help print this message and exit -help print this message and exit
-i=<image> load Factor image file <image> (default " write vm-path file-stem write ".image) -i=<image> load Factor image file <image> (default " write vm-path file-stem write ".image)
-run=<vocab> run the MAIN: entry point of <vocab> -run=<vocab> run the MAIN: entry point of <vocab>