Opened 13 months ago
#22054 new defect
Typos in UserManual.pdf related to vboximg-mount
Reported by: | jipété | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox-6.1.50 |
Keywords: | vboximg-mount typo | Cc: | jipété |
Guest type: | all | Host type: | Linux |
Description
Hello,
Noticed in the pages 242, 243, 244 and 245 the following commands, which are wrong !
vboximg-mount <--list> [--image=image-UUID] [--guest-filesystem] [--verbose] [--vm=vm-UUID] [--wide]
The "=" character MUST BE replaced by a "space" for the commands to work. For example,
$ vboximg-mount --list --vm=6ca0dfc3-ef4f-4ec8-92ae-0b79d810d8a9
finds nothing, says nothing, returns the prompt...
$ vboximg-mount --list --vm 6ca0dfc3-ef4f-4ec8-92ae-0b79d810d8a9 ----------------------------------------------------------------- VM: MX UUID: 6ca0dfc3-ef4f-4ec8-92ae-0b79d810d8a9 Image: MXdisk.vdi UUID: ee97ae36-b780-4481-bda9-1e6126a2861f
Same behaviour with the --image option.
Regards, jipété
Note:
See TracTickets
for help on using tickets.