Changeset 64608 in vbox for trunk/src/VBox/ValidationKit/testboxscript
- Timestamp:
- Nov 8, 2016 6:33:56 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 111812
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testboxscript/TestBoxHelper.cpp
r64607 r64608 222 222 " This is not yet implemented\n" 223 223 " -p, --filler <32-bit value>\n" 224 " What to fill the blocks we write with. Default: 0xf6f6f6f6\n" 224 " What to fill the blocks we write with.\n" 225 " Default: 0xf6f6f6f6\n" 225 226 " -m, --min-free <64-bit byte count>\n" 226 227 " Specifies when to stop in terms of free disk space (in bytes).\n" … … 232 233 "appended to the volume mountpoints and only the first that can be created will\n" 233 234 "be used. Files (used ones) will be removed when done.\n" 234 ); 235 "\n" 236 "If no filename is given, the default is: %s\n" 237 , apszDefFiles[0]); 235 238 return RTEXITCODE_SUCCESS; 236 239
Note:
See TracChangeset
for help on using the changeset viewer.