Skip to content

Commit

Permalink
Mention --no-git-cache in hererocks help
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeterv committed Jan 3, 2016
1 parent 6dae2eb commit 886f1f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hererocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -708,8 +708,8 @@ def main():
# help="Cache downloads in 'DOWNLOADS' directory.",
help=argparse.SUPPRESS, default=get_default_cache())
parser.add_argument("--no-git-cache",
# help="Do not cache default git repos.",
help=argparse.SUPPRESS, action="store_true", default=False)
help="Do not cache default git repos.",
action="store_true", default=False)
parser.add_argument("--builds",
# help="Cache Lua and LuaJIT builds in 'BUILDS' directory.",
help=argparse.SUPPRESS, default=None)
Expand Down

0 comments on commit 886f1f5

Please sign in to comment.