]> gitweb.factorcode.org Git - factor.git/commitdiff
command-line.startup: add note about -run=listener and -run=ui.tools to the --help...
authorJoe Groff <arcata@gmail.com>
Sun, 11 Sep 2011 17:11:51 +0000 (10:11 -0700)
committerJoe Groff <arcata@gmail.com>
Sun, 11 Sep 2011 17:12:09 +0000 (10:12 -0700)
basis/command-line/startup/startup.factor

index 797e6f4511e50e49fae71fcf79e4b450331e122e..cd89490ddc7ada04a6f96e598a15434c8c58c9f8 100644 (file)
@@ -12,6 +12,8 @@ Common arguments:
     -help            print this message and exit
     -i=<image>       load Factor image file <image> (default """ write vm file-name write """.image)
     -run=<vocab>     run the MAIN: entry point of <vocab>
+        -run=listener    run terminal listener
+        -run=ui.tools    run Factor development UI
     -e=<code>        evaluate <code>
     -no-user-init    suppress loading of .factor-rc