]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/bootstrap/image/image-docs.factor
Remove Windows CE from core/ basis/ and build-support/
[factor.git] / basis / bootstrap / image / image-docs.factor
index 2d29274556dd1d69f0df5dbdcb9793e98c3a83d5..78c3d58919676b1378e7a68ebf1c774054829c13 100644 (file)
@@ -16,5 +16,5 @@ ABOUT: "bootstrap.image"
 HELP: make-image
 { $values { "arch" string } }
 { $description "Creates a bootstrap image from sources, where " { $snippet "architecture" } " is one of the following:"
-{ $code "x86.32" "unix-x86.64" "winnt-x86.64" "macosx-ppc" "linux-ppc" }
+{ $code "x86.32" "unix-x86.64" "windows-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" } "." } ;