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 }