Fix imagetool example

The long option name is "--image-name", not "--image"
This commit is contained in:
marcone 2021-11-06 18:23:40 -07:00 committed by XECDesign
parent 68fee340f9
commit 1e0c20690c
1 changed files with 1 additions and 1 deletions

View File

@ -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 <your image> --mount-point <your path>
NBD_DEV=/dev/nbd2 ./$progname --mount --image-name <your image> --mount-point <your path>
HEREDOC
}