Changeset 73664 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Aug 14, 2018 4:40:00 PM (6 years ago)
- Location:
- trunk/src/VBox/Frontends/VBoxManage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp
r72883 r73664 730 730 " [--mode machine|machineandchildren|all]\n" 731 731 " [--options link|keepallmacs|keepnatmacs|\n" 732 " keepdisknames ]\n"732 " keepdisknames|keephwuuids]\n" 733 733 " [--name <name>]\n" 734 734 " [--groups <group>, ...]\n" -
trunk/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp
r71998 r73664 453 453 || !RTStrNICmp(psz, "Linked", len)) 454 454 options->push_back(CloneOptions_Link); 455 else if ( !RTStrNICmp(psz, "KeepHwUUIDs", len) 456 || !RTStrNICmp(psz, "KeepHwUUID", len)) 457 options->push_back(CloneOptions_KeepHwUUIDs); 455 458 else 456 459 rc = VERR_PARSE_ERROR;
Note:
See TracChangeset
for help on using the changeset viewer.