arguments: --ccache-disable => --no-ccache (MR 1926)

Rename for consistency.
This commit is contained in:
Martijn Braam 2020-04-23 14:12:46 +02:00 committed by Oliver Smith
parent 44ab2f8c40
commit df08af7984
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 1 additions and 1 deletions

View File

@ -371,7 +371,7 @@ def arguments():
" the package index files", action="store_true")
# Compiler
parser.add_argument("--ccache-disable", action="store_false",
parser.add_argument("--no-ccache", action="store_false",
dest="ccache", help="do not cache the compiled output")
parser.add_argument("--no-crossdirect", action="store_true",
help="Don't use the new, faster 'crossdirect' method,"