Fix documentation typo
parent
c5872a4356
commit
6b92fc2aa9
|
@ -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" } } "." } ;
|
||||
|
|
Loading…
Reference in New Issue