Changeset 36657 in vbox for trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp
- Timestamp:
- Apr 12, 2011 2:48:17 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp
r36630 r36657 5 5 6 6 /* 7 * Copyright (C) 2006-201 0Oracle Corporation7 * Copyright (C) 2006-2011 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 511 511 if (u64Cmd & USAGE_CLONEHD) 512 512 RTStrmPrintf(pStrm, 513 "VBoxManage clonehd <uuid>|<filename> < outputfile>\n"513 "VBoxManage clonehd <uuid>|<filename> <uuid>|<outputfile>\n" 514 514 " [--format VDI|VMDK|VHD|RAW|<other>]\n" 515 515 " [--variant Standard,Fixed,Split2G,Stream,ESX]\n"
Note:
See TracChangeset
for help on using the changeset viewer.