[vbox-dev] Documentation error in VBoxManageHelp.cpp on "draganddrop"
Kalogrianitis Socratis
socratisk at gmail.com
Fri Jan 18 19:58:25 UTC 2019
There seems to be a mistake in the documentation of the "draganddrop" option. The command actually supports all four modes:
VBoxManage modifyvm "<VM>" --draganddrop disabled|hosttoguest|guesttohost|bidirectional
VBoxManage control "<VM>" --draganddrop disabled|hosttoguest|guesttohost|bidirectional
This is correct in the User Manual, but not in the "VBoxManageHelp.cpp". Excerpt:
" [--draganddrop disabled|hosttoguest]\n");
" draganddrop disabled|hosttoguest |\n"
More information about the vbox-dev
mailing list