aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2024-06-05 02:06:09 +0200
committerGuilhem Moulin <guilhem@fripost.org>2024-06-05 02:08:41 +0200
commit89a61c1b3576f54450f40f54b68819af33a0135a (patch)
tree9190df95a9b2af125f880187b67e423989bef252
parentfa61b56c69f524e2e7ca92fb8e2588838868a8dd (diff)
webmap-download: Improve usage text.
-rwxr-xr-xwebmap-download2
1 files changed, 1 insertions, 1 deletions
diff --git a/webmap-download b/webmap-download
index 4936e24..4eaac9d 100755
--- a/webmap-download
+++ b/webmap-download
@@ -146,7 +146,7 @@ if __name__ == '__main__':
help=argparse.SUPPRESS)
parser.add_argument('--exit-code', default=True, action=argparse.BooleanOptionalAction,
help='whether to exit with status 1 in case of download failures')
- parser.add_argument('groupname', nargs='*', help='Group(s) to process')
+ parser.add_argument('groupname', nargs='*', help='group layer name(s) to process')
args = parser.parse_args()
if args.debug > 0: