From 15d1afa675e7cf4ec32a5995adbdd454cb314184 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Thu, 16 Dec 2021 12:32:25 -0800 Subject: [PATCH] build.cmd: fix usage. --- build.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1