bootstrap.image: update documentation (found by mnestic)

db4
Slava Pestov 2009-02-12 04:16:08 -06:00
parent 7361bb90fa
commit 421631eebb
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
USING: help.markup help.syntax io io.files io.pathnames ;
USING: help.markup help.syntax io io.files io.pathnames strings ;
IN: bootstrap.image
ARTICLE: "bootstrap.image" "Bootstrapping new images"
@ -14,7 +14,7 @@ $nl
ABOUT: "bootstrap.image"
HELP: make-image
{ $values { "arch" "a string" } }
{ $values { "arch" string } }
{ $description "Creates a bootstrap image from sources, where " { $snippet "architecture" } " is one of the following:"
{ $code "x86.32" "x86.64" "ppc" "arm" }
{ $code "x86.32" "unix-x86.64" "winnt-x86.64" "macosx-ppc" "linux-ppc" }
"The new image file is written to the " { $link resource-path } " and is named " { $snippet "boot." { $emphasis "architecture" } ".image" } "." } ;