Show help for --downloads
It may be useful for caching on ci services, and seeing the default value is nice.
This commit is contained in:
parent
c561c0bac3
commit
d7472dd594
@ -1238,8 +1238,8 @@ def main(argv=None):
|
|||||||
parser.add_argument("--no-readline", help="Don't use readline library when building standard Lua.",
|
parser.add_argument("--no-readline", help="Don't use readline library when building standard Lua.",
|
||||||
action="store_true", default=False)
|
action="store_true", default=False)
|
||||||
parser.add_argument("--downloads",
|
parser.add_argument("--downloads",
|
||||||
# help="Cache downloads in 'DOWNLOADS' directory.",
|
help="Cache downloads and default git repos in 'DOWNLOADS' directory.",
|
||||||
help=argparse.SUPPRESS, default=get_default_cache())
|
default=get_default_cache())
|
||||||
parser.add_argument("--no-git-cache",
|
parser.add_argument("--no-git-cache",
|
||||||
help="Do not cache default git repos.",
|
help="Do not cache default git repos.",
|
||||||
action="store_true", default=False)
|
action="store_true", default=False)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user