Changeset 17980 in vbox
- Timestamp:
- Mar 16, 2009 8:41:00 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 44564
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp
r17978 r17980 483 483 else 484 484 return errorSyntax(USAGE_CLONEHD, "Invalid parameter '%s'", ValueUnion.psz); 485 break; 485 486 486 487 default: … … 601 602 RTGETOPTSTATE GetState; 602 603 // start at 0 because main() has hacked both the argc and argv given to us 603 RTGetOptInit(&GetState, argc, argv, g_aC loneHardDiskOptions, RT_ELEMENTS(g_aCloneHardDiskOptions), 0, 0 /* fFlags */);604 RTGetOptInit(&GetState, argc, argv, g_aConvertFromRawHardDiskOptions, RT_ELEMENTS(g_aConvertFromRawHardDiskOptions), 0, 0 /* fFlags */); 604 605 while ((c = RTGetOpt(&GetState, &ValueUnion))) 605 606 { … … 633 634 else 634 635 return errorSyntax(USAGE_CONVERTFROMRAW, "Invalid parameter '%s'", ValueUnion.psz); 636 break; 635 637 636 638 default:
Note:
See TracChangeset
for help on using the changeset viewer.