Changeset 31599 in vbox
- Timestamp:
- Aug 12, 2010 1:02:55 PM (14 years ago)
- Location:
- trunk/src/VBox/Frontends/VBoxManage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp
r31568 r31599 1 1 /* $Id$ */ 2 2 /** @file 3 * VBoxManage - The disk delated commands.3 * VBoxManage - The disk related commands. 4 4 */ 5 5 … … 759 759 { 760 760 srcfilename = ValueUnion.psz; 761 #if defined(RT_OS_LINUX) || defined(RT_OS_DARWIN) || defined(RT_OS_SOLARIS) 761 // If you change the OS list here don't forget to update VBoxManageHelp.cpp. 762 #ifndef RT_OS_WINDOWS 762 763 fReadFromStdIn = !strcmp(srcfilename, "stdin"); 763 764 #endif -
trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp
r31291 r31599 511 511 " [--format VDI|VMDK|VHD]\n" 512 512 " [--variant Standard,Fixed,Split2G,Stream,ESX]\n" 513 #ifndef RT_OS_WINDOWS 513 514 "VBoxManage convertfromraw stdin <outputfile> <bytes>\n" 514 515 " [--format VDI|VMDK|VHD]\n" 515 516 " [--variant Standard,Fixed,Split2G,Stream,ESX]\n" 517 #endif 516 518 "\n"); 517 519 }
Note:
See TracChangeset
for help on using the changeset viewer.