Skip to content

Commit cefa577

Browse files
committed
example in help
1 parent a9f802d commit cefa577

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

llvm/utils/lit/lit/cl_arguments.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,9 @@ def parse_args():
179179
"--use-unique-output-file-name",
180180
help="When enabled, lit will not overwrite existing test report files. "
181181
"Instead it will write to a new file named the same as the output file "
182-
"name but with a extra part before the file extension. [Default: Off]",
182+
"name but with a extra part before the file extension. For example "
183+
"if results.xml already exists, results.<something>.xml will be written "
184+
"to. The <something> is not ordered in any way. [Default: Off]",
183185
action="store_true",
184186
)
185187
execution_group.add_argument(

0 commit comments

Comments
 (0)