diff options
author | Edward Betts <edward@4angle.com> | 2020-03-27 21:25:54 +0000 |
---|---|---|
committer | Edward Betts <edward@4angle.com> | 2020-03-27 21:25:54 +0000 |
commit | 94710b2803780ab16fb30b79010f8e27cf115512 (patch) | |
tree | 000f8ed47d8062261c78d47ab237350eb75257e3 /python/fatcat_ingest.py | |
parent | 3ff5c1f371fb6764df415e816884e1be0577088c (diff) | |
download | fatcat-94710b2803780ab16fb30b79010f8e27cf115512.tar.gz fatcat-94710b2803780ab16fb30b79010f8e27cf115512.zip |
Correct spelling mistakes
Diffstat (limited to 'python/fatcat_ingest.py')
-rwxr-xr-x | python/fatcat_ingest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_ingest.py b/python/fatcat_ingest.py index 6fda74c5..6c3c8859 100755 --- a/python/fatcat_ingest.py +++ b/python/fatcat_ingest.py @@ -183,7 +183,7 @@ def main(): help="list of Kafka brokers (host/port) to use") parser.add_argument('--elasticsearch-endpoint', default="https://search.fatcat.wiki", - help="elasticsearch API. internal endpoint prefered, but public is default") + help="elasticsearch API. internal endpoint preferred, but public is default") parser.add_argument('--env', default="dev", help="Kafka topic namespace to use (eg, prod, qa, dev)") |