We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 484affe commit 2c292b1Copy full SHA for 2c292b1
web/client/codechecker_client/cli/store.py
@@ -276,9 +276,10 @@ def add_arguments_to_parser(parser):
276
required=False,
277
default=None,
278
dest="temp_dir",
279
- help="Specify a path to use as temporary folder "
280
- "useful when the folder containing the result folder "
281
- "is read only.")
+ help="Specify the location to write the compressed "
+ "file used for storage. Useful if the results "
+ "directory is read only. "
282
+ "Defaults to the results directory.")
283
284
cmd_config.add_option(parser)
285
0 commit comments