Changeset 74354 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Sep 18, 2018 9:51:57 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 125167
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp
r74003 r74354 2162 2162 { "--hex", 'H', RTGETOPT_REQ_NOTHING }, 2163 2163 { "--offset", 'o', RTGETOPT_REQ_UINT64 }, 2164 { "--output", 'O', RTGETOPT_REQ_ UINT64},2164 { "--output", 'O', RTGETOPT_REQ_STRING }, 2165 2165 { "--size", 's', RTGETOPT_REQ_UINT64 }, 2166 2166 };
Note:
See TracChangeset
for help on using the changeset viewer.