From ef730fb24fe03c796fd910de99d4c88d06fe5996 Mon Sep 17 00:00:00 2001 From: Peter Melnichenko Date: Tue, 3 May 2016 17:32:18 +0300 Subject: [PATCH] Document --builds option --- hererocks.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hererocks.py b/hererocks.py index 18ee5b2..2e3982e 100755 --- a/hererocks.py +++ b/hererocks.py @@ -1602,8 +1602,9 @@ def main(argv=None): help="Ignore checksum mismatches for downloads.", action="store_true", default=False) parser.add_argument("--builds", - # help="Cache Lua and LuaJIT builds in 'BUILDS' directory.", - help=argparse.SUPPRESS, default=None) + help="Cache Lua and LuaJIT builds in 'BUILDS' directory. " + "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", help="Show executed commands and their output.") parser.add_argument("-v", "--version", help="Show program's version number and exit.",