From 4c540eae1c5cce24beabd0ee2ac823889b126426 Mon Sep 17 00:00:00 2001 From: simon987 Date: Fri, 8 May 2020 19:07:45 -0400 Subject: [PATCH] Update USAGE.md --- docs/USAGE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/USAGE.md b/docs/USAGE.md index 76aa6ad..c733a69 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -48,10 +48,10 @@ Index options --batch-size= Index batch size. DEFAULT: 100 -f, --force-reset Reset Elasticsearch mappings and settings. (You must use this option the first time you use the index command) + Web options --es-url= Elasticsearch url. DEFAULT=http://localhost:9200 - --bind= Listen on this address. DEFAULT=localhost - --port= Listen on this port. DEFAULT=4090 + --bind= Listen on this address. DEFAULT=localhost:4090 --auth= Basic auth in user:password format Made by simon987 . Released under GPL-3.0