aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Ryabitsev <konstantin@linuxfoundation.org>2021-01-18 10:39:24 -0500
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2021-01-18 10:39:24 -0500
commit745ade696ff4cfb52584968405ac5fc1be53c98f (patch)
tree5f7b72e466aea8b5dffee8a9307a708b35e7183e
parentf70a2d32ed01d8049e2599350d36b84d88c2e687 (diff)
downloadgrokmirror-745ade696ff4cfb52584968405ac5fc1be53c98f.tar.gz
Fix help line for manifest --cfgfile
We don't actually need a [manifest] section for the --cfgfile to be useful. Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
-rwxr-xr-xgrokmirror/manifest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/grokmirror/manifest.py b/grokmirror/manifest.py
index 36c4883..9f591c3 100755
--- a/grokmirror/manifest.py
+++ b/grokmirror/manifest.py
@@ -119,7 +119,7 @@ def parse_args():
op.add_argument('--cfgfile', dest='cfgfile',
default=None,
- help='Path to grokmirror.conf containing a [manifest] section')
+ help='Path to grokmirror.conf containing at least a [core] section')
op.add_argument('-m', '--manifest', dest='manifile',
help='Location of manifest.js or manifest.js.gz')
op.add_argument('-t', '--toplevel', dest='toplevel',