Mention --no-git-cache in hererocks help

This commit is contained in:
mpeterv 2016-01-03 15:04:01 +03:00
parent 6dae2ebf91
commit 886f1f5969

View File

@ -708,8 +708,8 @@ def main():
# help="Cache downloads in 'DOWNLOADS' directory.", # help="Cache downloads in 'DOWNLOADS' directory.",
help=argparse.SUPPRESS, default=get_default_cache()) help=argparse.SUPPRESS, 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.",
help=argparse.SUPPRESS, action="store_true", default=False) action="store_true", default=False)
parser.add_argument("--builds", parser.add_argument("--builds",
# help="Cache Lua and LuaJIT builds in 'BUILDS' directory.", # help="Cache Lua and LuaJIT builds in 'BUILDS' directory.",
help=argparse.SUPPRESS, default=None) help=argparse.SUPPRESS, default=None)