From c09225ec9d3b7f045a23e1aa8d009b109062d8a6 Mon Sep 17 00:00:00 2001 From: Christopher Spinrath <christopher.spinrath@rwth-aachen.de> Date: Sun, 30 Aug 2015 23:50:09 +0200 Subject: [PATCH] help: fix typo in help output --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0ad33d0..0fd9902 100644 --- a/Makefile +++ b/Makefile @@ -572,7 +572,7 @@ help: @echo "# make image_mount_if #create and mount a partition" @echo "# make image_grub_install #install grub files" @echo "# make image #main remaster process (requires several cups of coffee)" - @echo "# make repo #build offline repo + @echo "# make repo #build offline repo" @echo "# make image_umount #umount the image partition" @echo "\$$ #copy mbr+partition to final destination" @echo "\$$ make IMAGE_FILE=/somewhere/myfinalimage.img image_assemble" -- GitLab