Skip to content

Commit 1fefc89

Browse files
authored
Fix help text for the --recursive option (#1114)
1 parent 4e7c6bb commit 1fefc89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycsw/core/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ def cli_setup_repository(ctx, config, verbosity):
417417
help='File or directory path to metadata records',
418418
type=click.Path(exists=True, resolve_path=True, file_okay=True))
419419
@click.option('--recursive', '-r', is_flag=True,
420-
default=False, help='Bypass confirmation')
420+
default=False, help='Recurse subdirectories')
421421
@CLI_OPTION_YES
422422
def cli_load_records(ctx, config, path, recursive, yes, verbosity):
423423
"""Load metadata records from directory or file into repository"""

0 commit comments

Comments
 (0)