Changeset 41925 in vbox for trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp
- Timestamp:
- Jun 27, 2012 2:04:09 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78790
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp
r41915 r41925 420 420 " gueststatisticsinterval <seconds>]\n" 421 421 " usbattach <uuid>|<address> |\n" 422 " usbdetach <uuid>|<address> |\n" );423 RTStrmPrintf(pStrm,424 " vrde on|off |\n");425 RTStrmPrintf(pStrm,422 " usbdetach <uuid>|<address> |\n" 423 " clipboard disabled|hosttoguest|guesttohost|\n" 424 " bidirectional]\n" 425 " vrde on|off |\n" 426 426 " vrdeport <port> |\n" 427 427 " vrdeproperty <name=[value]> |\n" 428 " vrdevideochannelquality <percent>\n"); 429 RTStrmPrintf(pStrm, 428 " vrdevideochannelquality <percent>\n" 430 429 " setvideomodehint <xres> <yres> <bpp> [display] |\n" 431 430 " screenshotpng <file> [display] |\n"
Note:
See TracChangeset
for help on using the changeset viewer.