Skip to content
Commits on Source (2)
......@@ -560,7 +560,8 @@ def cli_parser():
group1.add_argument('--store-dir', default=None, metavar='DIRECTORY',
help='Save the artifacts in this directory, which must be empty or '
'non-existent. Otherwise, the artifacts will be deleted and you only '
'see their hashes (if reproducible) or the diff output (if not).')
'see their hashes (if reproducible) or the diff output (if not). See '
'also --no-clean-on-error.')
group1.add_argument('--variations', default="+all",
help='Build variations to test as a comma-separated list of variation '
'names. Default is "+all", equivalent to "%s", testing all available '
......