X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fvocabs%2Frefresh%2Frefresh-docs.factor;h=f78664394da527935351ebec3919a5d0fc78f473;hp=fd301c3c8def08fc6a872053778ab0a4327b6866;hb=cead9c7849b94122470882d5882131f323c4604f;hpb=0723a71931a23659b50b560907173984197b5650 diff --git a/basis/vocabs/refresh/refresh-docs.factor b/basis/vocabs/refresh/refresh-docs.factor index fd301c3c8d..f78664394d 100644 --- a/basis/vocabs/refresh/refresh-docs.factor +++ b/basis/vocabs/refresh/refresh-docs.factor @@ -1,4 +1,4 @@ -USING: help.markup help.syntax kernel strings ; +USING: bootstrap.image help.markup help.syntax kernel strings ; IN: vocabs.refresh HELP: source-modified? @@ -10,7 +10,9 @@ HELP: refresh { $description "Reloads source files and documentation belonging to loaded vocabularies whose names are prefixed by " { $snippet "prefix" } " which have been modified on disk." } ; HELP: refresh-all -{ $description "Reloads source files and documentation for all loaded vocabularies which have been modified on disk." } ; +{ $description "Reloads source files and documentation for all loaded vocabularies which have been modified on disk." } +{ $notes +"After a fresh bootstrap if " { $link refresh-all } " reloads any vocabularies, then the boot image was outdated. You can generate a new boot image with " { $link make-my-image } " and bootstrap again." } ; { refresh refresh-all } related-words