Skip to content

Commit

Permalink
Document --builds option
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeterv committed May 3, 2016
1 parent 43c40e6 commit ef730fb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions hererocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit ef730fb

Please sign in to comment.