mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Make --ccache-dir equal to --ccache_dir
This commit is contained in:
parent
fcc14ae724
commit
f1b1f30764
@ -391,7 +391,7 @@ def parse_args() -> argparse.Namespace:
|
||||
help="ccache or sccache for objects caching; sccache uses only S3 buckets",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--ccache_dir",
|
||||
"--ccache-dir",
|
||||
default=Path.home() / ".ccache",
|
||||
type=dir_name,
|
||||
help="a directory with ccache",
|
||||
|
Loading…
Reference in New Issue
Block a user