forked from Mirror/pmbootstrap
arguments: --ccache-disable => --no-ccache (MR 1926)
Rename for consistency.
This commit is contained in:
parent
44ab2f8c40
commit
df08af7984
1 changed files with 1 additions and 1 deletions
|
@ -371,7 +371,7 @@ def arguments():
|
||||||
" the package index files", action="store_true")
|
" the package index files", action="store_true")
|
||||||
|
|
||||||
# Compiler
|
# 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")
|
dest="ccache", help="do not cache the compiled output")
|
||||||
parser.add_argument("--no-crossdirect", action="store_true",
|
parser.add_argument("--no-crossdirect", action="store_true",
|
||||||
help="Don't use the new, faster 'crossdirect' method,"
|
help="Don't use the new, faster 'crossdirect' method,"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue