diff --git a/basis/bootstrap/image/image-docs.factor b/basis/bootstrap/image/image-docs.factor index 567a38082a..304265bef3 100644 --- a/basis/bootstrap/image/image-docs.factor +++ b/basis/bootstrap/image/image-docs.factor @@ -46,7 +46,7 @@ HELP: sub-primitives ARTICLE: "bootstrap.image" "Bootstrapping new images" "A new image can be built from source; this is known as " { $emphasis "bootstrap" } ". Bootstrap is a two-step process. The first stage is the creation of a bootstrap image from a running Factor instance:" -{ $subsections make-image } +{ $subsections make-image make-my-image } "The second bootstrapping stage is initiated by running the resulting bootstrap image:" { $code "./factor -i=boot.x86.32.image" } "This stage loads additional code, compiles all words, and creates a final " { $snippet "factor.image" } "."