From 27509f97e14db730bc585c08dd0334dedd11a6e1 Mon Sep 17 00:00:00 2001 From: simon987 Date: Fri, 8 May 2020 19:08:46 -0400 Subject: [PATCH] Update USAGE.md --- docs/USAGE.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/USAGE.md b/docs/USAGE.md index c733a69..df8b74d 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -244,14 +244,13 @@ sist2 index --print ./my_index/ | jq | less ### Web options * `--es-url=` Elasticsearch url. * `--bind=` Listen on this address. - * `--port=` Listen on this port. * `--auth=` Basic auth in user:password format ### Web examples **Single index** ```bash -sist2 web --auth admin:hunter2 --bind 0.0.0.0 --port 8888 my_index +sist2 web --auth admin:hunter2 --bind 0.0.0.0:8888 my_index ``` **Multiple indices**