Document --builds option

This commit is contained in:
Peter Melnichenko 2016-05-03 17:32:18 +03:00
parent 43c40e6c75
commit ef730fb24f

View File

@ -1602,8 +1602,9 @@ def main(argv=None):
help="Ignore checksum mismatches for downloads.", help="Ignore checksum mismatches for downloads.",
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) "A cached build is used when installing same program into "
"same location with same options.", default=None)
parser.add_argument("--verbose", default=False, action="store_true", parser.add_argument("--verbose", default=False, action="store_true",
help="Show executed commands and their output.") help="Show executed commands and their output.")
parser.add_argument("-v", "--version", help="Show program's version number and exit.", parser.add_argument("-v", "--version", help="Show program's version number and exit.",