Changeset 37074 in vbox for trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp
- Timestamp:
- May 13, 2011 2:32:50 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp
r36720 r37074 333 333 } 334 334 335 if (u64Cmd & USAGE_CLONEVM) 336 RTStrmPrintf(pStrm, 337 "VBoxManage clonevm <uuid>|<name>\n" 338 " [--name <name>]\n" 339 " [--basefolder <basefolder>]\n" 340 " [--uuid <uuid>]\n" 341 " [--register]\n" 342 "\n"); 343 335 344 if (u64Cmd & USAGE_IMPORTAPPLIANCE) 336 345 RTStrmPrintf(pStrm,
Note:
See TracChangeset
for help on using the changeset viewer.