Changeset 45022 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Mar 13, 2013 3:06:15 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 84260
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp
r45021 r45022 438 438 " [<devicename>] |\n" 439 439 #endif /* !VBOX_WITH_NETFLT */ 440 " nictrace<1-N> on|off \n"441 " nictracefile<1-N> <filename> \n"442 " nicproperty<1-N> name=[value] \n"443 " nicpromisc<1-N> deny|allow-vms|allow-all ]\n"440 " nictrace<1-N> on|off |\n" 441 " nictracefile<1-N> <filename> |\n" 442 " nicproperty<1-N> name=[value] |\n" 443 " nicpromisc<1-N> deny|allow-vms|allow-all |\n" 444 444 " natpf<1-N> [<rulename>],tcp|udp,[<hostip>],\n" 445 " <hostport>,[<guestip>],<guestport>\n"446 " natpf<1-N> delete <rulename> \n"447 " guestmemoryballoon <balloonsize in MB> ]\n"448 " gueststatisticsinterval <seconds> ]\n"445 " <hostport>,[<guestip>],<guestport> |\n" 446 " natpf<1-N> delete <rulename> |\n" 447 " guestmemoryballoon <balloonsize in MB> |\n" 448 " gueststatisticsinterval <seconds> |\n" 449 449 " usbattach <uuid>|<address> |\n" 450 450 " usbdetach <uuid>|<address> |\n" 451 451 " clipboard disabled|hosttoguest|guesttohost|\n" 452 " bidirectional]\n"453 " draganddrop disabled|hosttoguest ]\n"452 " bidirectional |\n" 453 " draganddrop disabled|hosttoguest |\n" 454 454 " vrde on|off |\n" 455 455 " vrdeport <port> |\n" 456 456 " vrdeproperty <name=[value]> |\n" 457 " vrdevideochannelquality <percent> \n"457 " vrdevideochannelquality <percent> |\n" 458 458 " setvideomodehint <xres> <yres> <bpp>\n" 459 " [[<display>] [<enabled:yes|no> \n"459 " [[<display>] [<enabled:yes|no> |\n" 460 460 " [<xorigin> <yorigin>]]] |\n" 461 461 " screenshotpng <file> [display] |\n" … … 467 467 " [--maxdowntime <msec>]\n" 468 468 " [--passwordfile <file> |\n" 469 " --password <password>] \n"470 " plugcpu <id> \n"471 " unplugcpu <id> \n"469 " --password <password>] |\n" 470 " plugcpu <id> |\n" 471 " unplugcpu <id> |\n" 472 472 " cpuexecutioncap <1-100>\n" 473 473 "\n", SEP);
Note:
See TracChangeset
for help on using the changeset viewer.