Changeset 31125 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jul 26, 2010 6:14:17 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp
r31002 r31125 427 427 { 428 428 RTPrintf("VBoxManage openmedium disk|dvd|floppy <filename>\n" 429 " [--type normal|immutable|writethrough] (disk only)\n" 429 " [--type normal|immutable|writethrough|\n" 430 " shareable] (disk only)\n" 430 431 " [--uuid <uuid>]\n" 431 432 " [--parentuuid <uuid>] (disk only)\n" … … 480 481 " [--format VDI|VMDK|VHD] (default: VDI)\n" 481 482 " [--variant Standard,Fixed,Split2G,Stream,ESX]\n" 482 " [--type normal|writethrough] (default: normal)\n" 483 " [--type normal|writethrough|" 484 " shareable] (default: normal)\n" 483 485 " [--comment <comment>]\n" 484 486 " [--remember]\n" … … 489 491 { 490 492 RTPrintf("VBoxManage modifyhd <uuid>|<filename>\n" 491 " [--type normal|writethrough|immutable ]\n"493 " [--type normal|writethrough|immutable|shareable]\n" 492 494 " [--autoreset on|off]\n" 493 495 " [--compact]\n" … … 500 502 " [--format VDI|VMDK|VHD|RAW|<other>]\n" 501 503 " [--variant Standard,Fixed,Split2G,Stream,ESX]\n" 502 " [--type normal|writethrough|immutable ]\n"504 " [--type normal|writethrough|immutable|shareable]\n" 503 505 " [--remember] [--existing]\n" 504 506 "\n"); … … 525 527 " [--username <username>]\n" 526 528 " [--password <password>]\n" 527 " [--type normal|writethrough|immutable ]\n"529 " [--type normal|writethrough|immutable|shareable]\n" 528 530 " [--intnet]\n" 529 531 "\n");
Note:
See TracChangeset
for help on using the changeset viewer.