diff options
-rwxr-xr-x | python/fatcat_import.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_import.py b/python/fatcat_import.py index 400b1915..0d2e84fd 100755 --- a/python/fatcat_import.py +++ b/python/fatcat_import.py @@ -325,7 +325,7 @@ def main(): default="web", help="default URL rel for matches (eg, 'publisher', 'web')") - sub_ingest_file = subparsers.add_parser('ingest-file-result') + sub_ingest_file = subparsers.add_parser('ingest-file-results') sub_ingest_file.set_defaults( func=run_ingest_file, auth_var="FATCAT_AUTH_WORKER_SANDCRAWLER", |