- Timestamp:
- Nov 30, 2018 1:02:35 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127053
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/user_ChangeLogImpl.xml
r75843 r75850 52 52 53 53 <listitem> 54 <para>VBoxManage: support for DHCP options</para> 55 </listitem> 56 57 <listitem> 54 58 <para>Windows guests: support VMSVGA in the Windows Additions</para> 55 59 </listitem> -
trunk/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp
r75819 r75850 798 798 RTPrintf("Options for slot #%d of '%ls':\n", uSlot, vmName.raw()); 799 799 for (size_t i = 0; i < options.size(); ++i) 800 {801 800 RTPrintf(" %ls\n", options[i]); 802 } 801 803 802 return S_OK; 804 803 }
Note:
See TracChangeset
for help on using the changeset viewer.