Skip to content

Commit 2c292b1

Browse files
committed
Edit description of --temp_dir argument
1 parent 484affe commit 2c292b1

File tree

1 file changed

+4
-3
lines changed
  • web/client/codechecker_client/cli

1 file changed

+4
-3
lines changed

web/client/codechecker_client/cli/store.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -276,9 +276,10 @@ def add_arguments_to_parser(parser):
276276
required=False,
277277
default=None,
278278
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.")
279+
help="Specify the location to write the compressed "
280+
"file used for storage. Useful if the results "
281+
"directory is read only. "
282+
"Defaults to the results directory.")
282283

283284
cmd_config.add_option(parser)
284285

0 commit comments

Comments
 (0)