From 1e0c20690cb6915c85ebb0e598614198be9d253f Mon Sep 17 00:00:00 2001 From: marcone <48169102+marcone@users.noreply.github.com> Date: Sat, 6 Nov 2021 18:23:40 -0700 Subject: [PATCH] Fix imagetool example The long option name is "--image-name", not "--image" --- imagetool.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imagetool.sh b/imagetool.sh index e8467e1..002b50b 100755 --- a/imagetool.sh +++ b/imagetool.sh @@ -25,7 +25,7 @@ Usage: -p, --mount-point mount point for image This tool will use /dev/nbd1 as default for mounting an image. If you want to use another device, execute like this: - NBD_DEV=/dev/nbd2 ./$progname --mount --image --mount-point + NBD_DEV=/dev/nbd2 ./$progname --mount --image-name --mount-point HEREDOC }