- Timestamp:
- Oct 25, 2010 9:49:48 AM (14 years ago)
- Location:
- trunk/src/VBox/Frontends/VBoxManage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageAppliance.cpp
r33372 r33406 651 651 else 652 652 RTPrintf("%2u: Hard disk image: source image=%ls, target path=%ls, %ls" 653 "\n (change controller with \"--vsys %u --unit %u --controller <id>\";"653 "\n (change target path with \"--vsys %u --unit %u --disk path\";" 654 654 "\n disable with \"--vsys %u --unit %u --ignore\")\n", 655 655 a, -
trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp
r33386 r33406 345 345 { 346 346 RTStrmPrintf(pStrm, 347 "VBoxManage import <ovf > [--dry-run|-n] [more options]\n"347 "VBoxManage import <ovf/ova> [--dry-run|-n] [more options]\n" 348 348 " (run with -n to have options displayed\n" 349 349 " for a particular OVF)\n\n"); … … 353 353 { 354 354 RTStrmPrintf(pStrm, 355 "VBoxManage export <machines> --output|-o <ovf >\n"355 "VBoxManage export <machines> --output|-o <ovf/ova>\n" 356 356 " [--legacy09]\n" 357 357 " [--manifest]\n"
Note:
See TracChangeset
for help on using the changeset viewer.