﻿id,summary,reporter,owner,description,type,status,component,version,resolution,keywords,cc,guest,host
20849,Wrong syntax in VBoxManage usbdevsource add command,Juergeen,,"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).",defect,closed,documentation,VirtualBox 6.1.32,fixed,,,all,all
