Changeset 65826 in vbox for trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp
- Timestamp:
- Feb 21, 2017 8:35:41 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp
r65182 r65826 2587 2587 { 2588 2588 if (details == VMINFO_MACHINEREADABLE) 2589 RTPrintf("description=\"%ls\"\n", description.raw());2589 outputMachineReadableString("description", &description); 2590 2590 else 2591 2591 RTPrintf("Description:\n%ls\n", description.raw());
Note:
See TracChangeset
for help on using the changeset viewer.