Opened 3 years ago
Last modified 3 years ago
#20849 closed defect
Wrong syntax in VBoxManage usbdevsource add command — at Version 1
Reported by: | Juergeen | Owned by: | |
---|---|---|---|
Component: | documentation | Version: | VirtualBox 6.1.32 |
Keywords: | Cc: | ||
Guest type: | all | Host type: | all |
Description (last modified by )
https://www.virtualbox.org/manual/UserManual.html#usbip reads:
VBoxManage usbdevsource add unique-name --backend USB-IP --address device-server[:port]
but the correct syntax is
VBoxManage usbdevsource add unique-name --backend USBIP --address device-server[:port]
(without the dash).
Note:
See TracTickets
for help on using tickets.
Thanks for the report. Fixed in the SVN.