diff --git a/library/bootstrap/image.facts b/library/bootstrap/image.facts index cb73e170fc..08d61884e2 100644 --- a/library/bootstrap/image.facts +++ b/library/bootstrap/image.facts @@ -3,4 +3,4 @@ USING: help io ; HELP: make-image "( architecture -- )" { $values { "architecture" "a string" } } -{ $description "Creates a bootstrap image from sources, where " { $snippet "architecture" } " is one of " { $snippet "x86" } ", " { $snippet "ppc" } " or " { $snippet "amd64" } ". The new image file is written to the current working directory (see " { $link cwd } " and is named " { $snippet "boot.image." { $emphasis "architecture" } } "." } ; +{ $description "Creates a bootstrap image from sources, where " { $snippet "architecture" } " is one of " { $snippet "x86" } ", " { $snippet "ppc" } " or " { $snippet "amd64" } ". The new image file is written to the current working directory (see " { $link cwd } ") and is named " { $snippet "boot.image." { $emphasis "architecture" } } "." } ;