Changeset 425 in vbox for trunk/src/VBox
- Timestamp:
- Jan 30, 2007 7:55:13 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
r383 r425 413 413 { 414 414 RTPrintf("VBoxManage modifyvdi <uuid>|<filename>\n" 415 #if 0 /* doesn't currently work */ 415 416 " settype normal|writethrough|immutable |\n" 417 #endif 416 418 " compact\n" 417 419 "\n"); … … 2138 2140 2139 2141 /* let's find out which command */ 2140 if (strcmp(argv[1], "settype") == 0) 2142 // doesn't currently work if (strcmp(argv[1], "settype") == 0) 2143 if (0) 2141 2144 { 2142 2145 /* hard disk must be registered */
Note:
See TracChangeset
for help on using the changeset viewer.