Changeset 50307 in vbox for trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp
- Timestamp:
- Feb 3, 2014 1:06:56 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp
r49983 r50307 5 5 6 6 /* 7 * Copyright (C) 2006-201 3Oracle Corporation7 * Copyright (C) 2006-2014 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 349 349 " [--teleporteraddress <address|empty>\n" 350 350 " [--teleporterpassword <password>]\n" 351 " [--teleporterpasswordfile 351 " [--teleporterpasswordfile <file>|stdin]\n" 352 352 " [--tracing-enabled on|off]\n" 353 353 " [--tracing-config <config-string>]\n" … … 382 382 " [--vcpfps <fps>]\n" 383 383 #endif 384 " [--defaultfrontend default|<name ]\n"384 " [--defaultfrontend default|<name>]\n" 385 385 "\n"); 386 386 } … … 763 763 RTStrmPrintf(pStrm, 764 764 "%s natnetwork %s add --netname <name>\n" 765 " --network <network \n"765 " --network <network>\n" 766 766 " [--enable|--disable]\n" 767 767 " [--dhcp on|off]\n" … … 773 773 "%s natnetwork %s remove --netname <name>\n\n" 774 774 "%s natnetwork %s modify --netname <name>\n" 775 " [--network <network ]\n"775 " [--network <network>]\n" 776 776 " [--enable|--disable]\n" 777 777 " [--dhcp on|off]\n"
Note:
See TracChangeset
for help on using the changeset viewer.