Changeset 27927 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Apr 1, 2010 9:19:12 AM (15 years ago)
- Location:
- trunk/src/VBox/Frontends/VBoxManage
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r27788 r27927 64 64 " <path to program> [--args <arguments>] [--env NAME=VALUE]\n" 65 65 " [--flags <flags>] [--user <name> [--password <password>]]\n" 66 " [--timeout <m illiseconds>]\n"66 " [--timeout <msec>]\n" 67 67 "\n"); 68 68 } -
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestProp.cpp
r26603 r27927 204 204 "\n"); 205 205 RTPrintf("VBoxManage guestproperty wait <vmname>|<uuid> <patterns>\n" 206 " [--timeout <m illiseconds>] [--fail-on-timeout]\n"206 " [--timeout <msec>] [--fail-on-timeout]\n" 207 207 "\n"); 208 208 } -
trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp
r27924 r27927 176 176 " [--rtcuseutc]\n" 177 177 " [--monitorcount <number>]\n" 178 " [--accelerate3d <on|off>]\n"178 " [--accelerate3d on|off]\n" 179 179 #ifdef VBOX_WITH_VIDEOHWACCEL 180 " [--accelerate2dvideo <on|off>]\n"180 " [--accelerate2dvideo on|off]\n" 181 181 #endif 182 182 " [--firmware bios|efi|efi32|efi64]\n" … … 212 212 " [--intnet<1-N> <network name>]\n" 213 213 " [--natnet<1-N> <network>|default]\n" 214 " [--natsettings<1-N> \"<mtu>,<socksnd>,<sockrcv>,<rcpsnd>,<tcprcv>\"]\n" 215 " [--natpf<1-N> delete <rulename>| \"<rulename>|<default>,tcp|udp,<hostip>|<default>,<hostport>,<guestip>|<default>,<guestport>\"]\n" 214 " [--natsettings<1-N> \"[<mtu>],[<socksnd>],[<sockrcv>],\n" 215 " [<tcpsnd>],[<tcprcv>]\"]\n" 216 " [--natpf<1-N> \"[<rulename>],tcp|udp,\n" 217 " [<hostip>],<hostport>,\n" 218 " [<guestip>],<guestport>\"]\n" 219 " [--natpf<1-N> delete <rulename>]\n" 216 220 " [--nattftpprefix<1-N> <prefix>]\n" 217 221 " [--nattftpfile<1-N> <file>]\n" … … 421 425 " --port <number>\n" 422 426 " --device <number>\n" 423 " [--type <dvddrive|hdd|fdd>\n"424 " --medium <none|emptydrive|uuid|filename|host:<drive>>]\n"425 " [--passthrough <on|off>]\n"427 " [--type dvddrive|hdd|fdd\n" 428 " --medium none|emptydrive|uuid|filename|host:<drive>]\n" 429 " [--passthrough on|off]\n" 426 430 " [--forceunmount]\n" 427 431 "\n"); … … 432 436 RTPrintf("VBoxManage storagectl <uuid|vmname>\n" 433 437 " --name <name>\n" 434 " [--add <ide/sata/scsi/floppy/sas>]\n" 435 " [--controller <LsiLogic/BusLogic/IntelAhci/PIIX3/PIIX4/ICH6/I82078/LsiLogicSas>]\n" 438 " [--add ide|sata|scsi|floppy|sas]\n" 439 " [--controller LSILogic|LSILogicSAS|BusLogic|IntelAHCI|\n" 440 " PIIX3|PIIX4|ICH6|I82078]\n" 436 441 " [--sataideemulation<1-4> <1-30>]\n" 437 442 " [--sataportcount <1-30>]\n"
Note:
See TracChangeset
for help on using the changeset viewer.