]> gitweb.factorcode.org Git - factor.git/commitdiff
command-line.startup: s/Common/Factor.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sat, 21 Jan 2017 05:02:52 +0000 (21:02 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 21 Jan 2017 05:02:52 +0000 (21:02 -0800)
basis/command-line/startup/startup.factor

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