]> gitweb.factorcode.org Git - factor.git/commitdiff
build.cmd: fix usage.
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 16 Dec 2021 20:32:25 +0000 (12:32 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 16 Dec 2021 20:32:25 +0000 (12:32 -0800)
build.cmd

index dbb36399c36df7ff74c211422c7a7758c0956ac0..f80f59bd075446ee945ee5af68329c31c069c8a4 100644 (file)
--- a/build.cmd
+++ b/build.cmd
@@ -128,6 +128,6 @@ echo:
 echo     compile - recompile vm
 echo     update - git pull, recompile vm, download a boot image, bootstrap
 echo     self-bootstrap - git pull, make a boot image, bootstrap
-echo     bootstrap - git pull, existing boot image, bootstrap
+echo     bootstrap - existing boot image, bootstrap
 echo     net-bootstrap - recompile vm, download a boot image, bootstrap
 goto :EOF