diff --git a/Makefile b/Makefile index 2eedf15c96824ba6f09b0922178161cd16a30b22..fd9ba102108ae7c9cabad97a0d66caf0ea319966 100644 --- a/Makefile +++ b/Makefile @@ -624,9 +624,9 @@ help: @echo "# make image #main remaster process (requires several cups of coffee)" @echo "# make repo #build offline repo" @echo "\$$ #copy mbr+partition to final destination" - @echo "\$$ make IMAGE_FILE=/somewhere/myfinalimage.img image_deploy" + @echo "# make IMAGE_FILE=/somewhere/myfinalimage.img image_deploy" @echo "\$$ #(optionally) create a vmdk version. Note that IMAGE_FILE is still the raw .img file here!" - @echo "\$$ make IMAGE_FILE=/somewhere/myfinalimage.img image_deploy_vmdk" + @echo "# make IMAGE_FILE=/somewhere/myfinalimage.img image_deploy_vmdk" @echo @echo "There is a list of all phony targets available under \"make listall\"" @echo "A list of all config options may be found in:"