Changeset 23504 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Oct 2, 2009 11:04:32 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp
r23326 r23504 255 255 { 256 256 RTPrintf("VBoxManage import <ovf> [--dry-run|-n] [more options]\n" 257 " (run with -n to have options displayed for a particular OVF)\n\n"); 257 " (run with -n to have options displayed\n" 258 " for a particular OVF)\n\n"); 258 259 } 259 260 … … 301 302 " [<devicename>] |\n" 302 303 #endif /* !RT_OS_LINUX && !RT_OS_DARWIN */ 303 " [nictrace<1-N> on|off]\n"304 " [nictracefile<1-N> <filename>]\n"304 " nictrace<1-N> on|off\n" 305 " nictracefile<1-N> <filename>\n" 305 306 #endif /* VBOX_DYNAMIC_NET_ATTACH */ 306 307 " usbattach <uuid>|<address> |\n"
Note:
See TracChangeset
for help on using the changeset viewer.