- Timestamp:
- Jun 12, 2017 5:34:13 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/testcase/vbox-img.cpp
r66693 r67349 27 27 #include <iprt/buildconfig.h> 28 28 #include <iprt/fsvfs.h> 29 #include <iprt/fsisomaker.h> 29 30 #include <iprt/path.h> 30 31 #include <iprt/string.h> … … 92 93 " [--media-byte <byte>]\n" 93 94 "\n" 95 " createiso [too-many-options]\n" 96 "\n" 94 97 " repair --filename <filename>\n" 95 98 " [--dry-run]\n" … … 2005 2008 2006 2009 2010 static int handleCreateIso(HandlerArg *a) 2011 { 2012 return RTFsIsoMakerCmd(a->argc + 1, a->argv - 1); 2013 } 2014 2015 2007 2016 static int handleClearResize(HandlerArg *a) 2008 2017 { … … 2167 2176 { "createbase", handleCreateBase }, 2168 2177 { "createfloppy", handleCreateFloppy }, 2178 { "createiso", handleCreateIso }, 2169 2179 { "repair", handleRepair }, 2170 2180 { "clearcomment", handleClearComment },
Note:
See TracChangeset
for help on using the changeset viewer.