]> gitweb.factorcode.org Git - factor.git/commitdiff
command-line: fix rename of nosignals to no-signals.
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 2 Feb 2017 23:46:13 +0000 (15:46 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 2 Feb 2017 23:46:13 +0000 (15:46 -0800)
basis/command-line/command-line-docs.factor

index 23de15fd306a9eaf745450f9889c2f9fdb6ec833..13142f5586bcbcaac49056e754ec9376e1d4e01f 100644 (file)
@@ -54,7 +54,7 @@ ARTICLE: "runtime-cli-args" "Command line switches for the VM"
     { { $snippet "-codeheap=" { $emphasis "n" } } "Code heap size, megabytes" }
     { { $snippet "-pic=" { $emphasis "n" } } "Maximum inline cache size. Setting of 0 disables inline caching, >= 1 enables polymorphic inline caching" }
     { { $snippet "-fep" } "enter low-level debbugger, aka fep mode immediately" }
-    { { $snippet "-nosignals" } "turn off OS signal handling" }
+    { { $snippet "-no-signals" } "turn off OS signal handling" }
     { { $snippet "-console" } "open console if possible" }
 }
 "If an " { $snippet "-i=" } " switch is not present, the default image file is used, which is usually a file named " { $snippet "factor.image" } " in the same directory as the Factor executable." ;