]> gitweb.factorcode.org Git - factor.git/commitdiff
vocabs.refresh: add a note about refesh-all after a fresh bootstrap
authorDoug Coleman <doug.coleman@gmail.com>
Sat, 17 Sep 2022 13:03:27 +0000 (09:03 -0400)
committerDoug Coleman <doug.coleman@gmail.com>
Sat, 17 Sep 2022 13:03:27 +0000 (09:03 -0400)
basis/vocabs/refresh/refresh-docs.factor

index fd301c3c8def08fc6a872053778ab0a4327b6866..f78664394da527935351ebec3919a5d0fc78f473 100644 (file)
@@ -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