Fix imagetool example
The long option name is "--image-name", not "--image"
This commit is contained in:
parent
68fee340f9
commit
1e0c20690c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue