mirror of
https://github.com/simon987/sist2.git
synced 2025-04-19 10:16:42 +00:00
Clarify help string for es url #12
This commit is contained in:
parent
254094130f
commit
d6fe61cfdc
@ -257,7 +257,7 @@ int main(int argc, const char *argv[]) {
|
||||
|
||||
#ifndef SIST_SCAN_ONLY
|
||||
OPT_GROUP("Index options"),
|
||||
OPT_STRING(0, "es-url", &common_es_url, "Elasticsearch url. DEFAULT=http://localhost:9200"),
|
||||
OPT_STRING(0, "es-url", &common_es_url, "Elasticsearch url with port. DEFAULT=http://localhost:9200"),
|
||||
OPT_BOOLEAN('p', "print", &index_args->print, "Just print JSON documents to stdout."),
|
||||
OPT_STRING(0, "script-file", &index_args->script_path, "Path to user script."),
|
||||
OPT_INTEGER(0, "batch-size", &index_args->batch_size, "Index batch size. DEFAULT: 100"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user