diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2025-04-23 20:07:29 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2025-04-23 20:09:00 +0200 |
commit | c42245fc566eab01dd2e1f4b07bcbef7432c89c1 (patch) | |
tree | 6bb98270c1ab4318626193d01262547e07a8a11a | |
parent | 9692611e9752bd8036ff2bad33704b862fbcfcc9 (diff) |
typofix
-rwxr-xr-x | webmap-import | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webmap-import b/webmap-import index 5cb76d3..fd10705 100755 --- a/webmap-import +++ b/webmap-import @@ -548,7 +548,7 @@ def main() -> NoReturn: parser.add_argument('--lockfile', default=None, help='obtain an exclusive lock before processing') parser.add_argument('--lockdir-sources', default=None, - help='optional directory for lock files to sources paths') + help='optional directory for lock files to source paths') parser.add_argument('--force', default=False, action='store_true', help='import even if no new changes were detected') parser.add_argument('groupname', nargs='*', help='group layer name(s) to process') |