From 665c6587a9bb13589af4548f44b1b98f13d3845c Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Thu, 2 Feb 2017 15:46:13 -0800 Subject: [PATCH] command-line: fix rename of nosignals to no-signals. --- basis/command-line/command-line-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/command-line/command-line-docs.factor b/basis/command-line/command-line-docs.factor index 23de15fd30..13142f5586 100644 --- a/basis/command-line/command-line-docs.factor +++ b/basis/command-line/command-line-docs.factor @@ -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." ;