diff options
-rw-r--r-- | fuzzycat/__main__.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fuzzycat/__main__.py b/fuzzycat/__main__.py index 45c41d3..d41ec24 100644 --- a/fuzzycat/__main__.py +++ b/fuzzycat/__main__.py @@ -42,6 +42,9 @@ EXAMPLES $ python -m fuzzycat release_match -q "hello world" + TODO: Elasticsearch might not respond to POST queries (which is what the + client library uses, see: https://git.io/JLsYb). + """ import argparse |