- Timestamp:
- Nov 1, 2011 12:54:03 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_VBoxManage.xml
r38934 r39159 1800 1800 1801 1801 <glossentry> 1802 <glossterm> port</glossterm>1802 <glossterm>tport</glossterm> 1803 1803 1804 1804 <glossdef> -
trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp
r39119 r39159 546 546 " [--format VDI|VMDK|VHD]\n" 547 547 " [--variant Standard,Fixed,Split2G,Stream,ESX]\n" 548 " [--uuid <uuid>\n >"548 " [--uuid <uuid>\n" 549 549 #ifndef RT_OS_WINDOWS 550 550 "VBoxManage convertfromraw stdin <outputfile> <bytes>\n" 551 551 " [--format VDI|VMDK|VHD]\n" 552 552 " [--variant Standard,Fixed,Split2G,Stream,ESX]\n" 553 " [--uuid <uuid>\n >"553 " [--uuid <uuid>\n" 554 554 #endif 555 555 "\n");
Note:
See TracChangeset
for help on using the changeset viewer.