Skip to content

Commit ba94c19

Browse files
authored
Fixed the "USAGE" to improve readability.
1 parent fb25b16 commit ba94c19

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

UnixBench/USAGE

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,12 @@ so that randomly-churning background processes don't randomise the results
6565
too much. This is particularly true for the graphics tests.
6666

6767

68-
If you need to change the directories, use "Environment variables" about below.
68+
Output can be specified by using the following variables:
6969

70-
* "UB_RESULTDIR" : Output destination path(absolute) of the result files.
71-
* "UB_TMPDIR" : Directory path(absolute) used for file I/O tests(named fs****).
72-
* "UB_OUTPUT_FILE_NAME" : Output file name. If exists same file, it will be overwrite completly.
70+
* "UB_RESULTDIR" : Absolute path of output directory of result files.
71+
* "UB_TMPDIR" : Absolute path of temporary files for IO tests.
72+
* "UB_OUTPUT_FILE_NAME" : Output file name. If exists it will be overwritten.
73+
7374
============================================================================
7475

7576
Tests

0 commit comments

Comments
 (0)