From 886f1f596980700b2a39cf8102dcd01bb0c44276 Mon Sep 17 00:00:00 2001 From: mpeterv Date: Sun, 3 Jan 2016 15:04:01 +0300 Subject: [PATCH] Mention --no-git-cache in hererocks help --- hererocks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hererocks.py b/hererocks.py index 5a621eb..17ab7c2 100755 --- a/hererocks.py +++ b/hererocks.py @@ -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)