Changeset 35057 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Dec 14, 2010 9:52:23 AM (14 years ago)
- Location:
- trunk/src/VBox/Frontends/VBoxManage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r34861 r35057 101 101 "\n" 102 102 " updateadditions <vmname>|<uuid>\n" 103 " [--source <guest additions .ISO file to use>] [--verbose]\n"103 " [--source <guest additions .ISO>] [--verbose]\n" 104 104 "\n"); 105 105 } -
trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp
r35037 r35057 112 112 #endif 113 113 " hostcpuids|hddbackends|hdds|dvds|floppies|\n" 114 " usbhost|usbfilters|systemproperties|\n" 115 " extpacks\n" 114 " usbhost|usbfilters|systemproperties|extpacks\n" 116 115 "\n"); 117 116 … … 609 608 " dumpguestcore --filename <name> |\n" 610 609 " injectnmi |\n" 611 " statistics [--reset] [--pattern <pattern>] 612 " 610 " statistics [--reset] [--pattern <pattern>]\n" 611 " [--descriptions]\n" 613 612 "\n"); 614 613 } … … 660 659 " --ifname <hostonly_if_name>\n" 661 660 #endif 662 " 663 " 664 " 665 " 666 " 661 " [--ip <ip_address>\n" 662 " --netmask <network_mask>\n" 663 " --lowerip <lower_ip>\n" 664 " --upperip <upper_ip>]\n" 665 " [--enable | --disable]\n\n" 667 666 "VBoxManage dhcpserver remove --netname <network_name> |\n" 668 667 #if defined(VBOX_WITH_NETFLT) … … 674 673 { 675 674 RTStrmPrintf(pStrm, 676 "VBoxManage extpack install <tarball> \n"677 " VBoxManage extpack uninstall [--force] <name>\n"678 " VBoxManage extpackcleanup\n"675 "VBoxManage extpack install <tarball> |\n" 676 " uninstall [--force] <name> |\n" 677 " cleanup\n" 679 678 "\n"); 680 679 }
Note:
See TracChangeset
for help on using the changeset viewer.