From 6c412d2bf294dc8740408fd2b4bb60eb0f257f7b Mon Sep 17 00:00:00 2001 From: bcornec Date: Sat, 5 Jan 2019 14:45:38 +0000 Subject: [PATCH] small typo --- create_arm_img_urpmi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_arm_img_urpmi.sh b/create_arm_img_urpmi.sh index 5fcae93..e19d3e8 100755 --- a/create_arm_img_urpmi.sh +++ b/create_arm_img_urpmi.sh @@ -69,7 +69,7 @@ function help() echo "--create-image Create the image of Mageia $MAGEIA_VERSION" echo "--build-path Path to the build directory of the image of Mageia $MAGEIA_VERSION" echo "--target target system (for now rpi, odroid)" - echo "--target-version version of the taget (0, 1, 2, 3 for rpi, 3 or 4 for odroid)" + echo "--target-version version of the target (0, 1, 2, 3 for rpi, 3 or 4 for odroid)" echo "--config Path to config files" echo "--bootfs filesystem of boot partition (ext4 or vfat) default: etx4" echo -e "\nFor image size, make sure it fit on physical support. (Default size is 7 Go)"