Ticket #20849 (closed defect: fixed)
Wrong syntax in VBoxManage usbdevsource add command
Reported by: | Juergeen | Owned by: | |
---|---|---|---|
Component: | documentation | Version: | VirtualBox 6.1.32 |
Keywords: | Cc: | ||
Guest type: | all | Host type: | all |
Description (last modified by janitor) (diff)
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).
Change History
Note: See
TracTickets for help on using
tickets.
Thanks for the report. Fixed in the SVN.