- Timestamp:
- Jul 3, 2018 2:31:50 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageAppliance.cpp
r72476 r72823 1174 1174 break; 1175 1175 1176 if (llMachines. size() == 0)1176 if (llMachines.empty()) 1177 1177 return errorSyntax(USAGE_EXPORTAPPLIANCE, "At least one machine must be specified with the export command."); 1178 1178 if (!strOutputFile.length())
Note:
See TracChangeset
for help on using the changeset viewer.