bootstrap.image-docs: fix the list of supported architectures

The list now matches the image-names constant.
char-rename
Alexander Iljin 2016-08-17 03:02:20 +03:00 committed by John Benediktsson
parent bbc1406a88
commit 81c6196dc4
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ HELP: jit-define
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\"" "\"windows-x86.64\"" "\"linux-ppc\"" }
{ $code "\"windows-x86.32\"" "\"unix-x86.32\"" "\"windows-x86.64\"" "\"unix-x86.64\"" }
"The new image file is written to the " { $link resource-path } " and is named " { $snippet "boot." { $emphasis "architecture" } ".image" } "." } ;
HELP: make-jit