Skip to content

Commit fdc3546

Browse files
committed
Document how to use the 'vs' mode in compare.py
llvm-svn: 358206
1 parent 2000244 commit fdc3546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/compare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ def float_format(x):
275275
help="Name used to describe left side in 'vs' mode")
276276
parser.add_argument('--rhs-name', default="rhs",
277277
help="Name used to describe right side in 'vs' mode")
278-
parser.add_argument('files', metavar='FILE', nargs='+')
278+
parser.add_argument('files', metavar='FILE', nargs='+', help="To compare two groups of results, put 'vs' between them")
279279
config = parser.parse_args()
280280

281281
if config.show_diff is None:

0 commit comments

Comments
 (0)