Make --ccache-dir equal to --ccache_dir

This commit is contained in:
Mikhail f. Shiryaev 2023-03-27 09:14:27 +02:00
parent fcc14ae724
commit f1b1f30764
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4

View File

@ -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",