diff --git a/core/system/system-docs.factor b/core/system/system-docs.factor index 5668acd66a..ee2fbe4cf3 100644 --- a/core/system/system-docs.factor +++ b/core/system/system-docs.factor @@ -69,7 +69,7 @@ HELP: embedded? { $values { "?" "a boolean" } } { $description "Tests if this Factor instance is embedded in another application." } ; -HELP: exit ( n -- ) +HELP: exit ( n -- * ) { $values { "n" "an integer exit code" } } { $description "Exits the Factor process." } ;