diff options
Diffstat (limited to 'python/sandcrawler/ingest_html.py')
-rw-r--r-- | python/sandcrawler/ingest_html.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/sandcrawler/ingest_html.py b/python/sandcrawler/ingest_html.py index f11cac4..56a726d 100644 --- a/python/sandcrawler/ingest_html.py +++ b/python/sandcrawler/ingest_html.py @@ -396,7 +396,7 @@ def main() -> None: """ Run this command like: - python -m sandcrawler.html_ingest + python -m sandcrawler.ingest_html """ parser = argparse.ArgumentParser( |