fix small typos

This commit is contained in:
George Danchev 2011-07-15 18:26:02 +00:00
parent 2a5daec056
commit 587987d019
2 changed files with 5 additions and 5 deletions

View File

@ -19,8 +19,8 @@ Usage: $SELF -x path/to/xorriso [-k] [-f] [-c] [-h]
[-- ...test specific options...] [-- ...test specific options...]
General options: General options:
-x absolute or relative path to xorriso binary to be run. -x absolute or relative path to xorriso binary to be run.
-k keep selfgenerated data. -k keep self-generated data.
-c cleanup selfgenerated data kept from previous run and exit. -c cleanup self-generated data kept from previous run and exit.
-f simulate failure. -f simulate failure.
-- end of general options, begin of test specific options. -- end of general options, begin of test specific options.
EOF EOF

View File

@ -53,14 +53,14 @@ with releng_*, passing them its own options.
stdout/stderr output stored in: stdout/stderr output stored in:
${CLOG} ${CLOG}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
self generated data are stored in ${GEN_DATA_DIR}. self-generated data are stored in ${GEN_DATA_DIR}.
required space for these data is about 300 megabytes. required space for these data is about 300 megabytes.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
examples: examples:
# run xorriso and keep the self generated data # run xorriso and keep the self-generated data
$ ./${SELF} -x path/to/xorriso [-k] $ ./${SELF} -x path/to/xorriso [-k]
# clean up self generated data from previous run # clean up self-generated data from previous run
$ ./${SELF} -c $ ./${SELF} -c
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
HLP HLP