From: John Benediktsson Date: Thu, 16 Dec 2021 20:32:25 +0000 (-0800) Subject: build.cmd: fix usage. X-Git-Tag: 0.99~2206 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=15d1afa675e7cf4ec32a5995adbdd454cb314184 build.cmd: fix usage. --- diff --git a/build.cmd b/build.cmd index dbb36399c3..f80f59bd07 100644 --- 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