You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2020/08/25 20:27:28 UTC

[incubator-ponymail-foal] 03/09: this is now a prefix, not a index name

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git

commit cf6d870b3bbd0a243dc7d367c68c5c246ba4ed12
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Tue Aug 25 21:45:52 2020 +0200

    this is now a prefix, not a index name
---
 tools/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/setup.py b/tools/setup.py
index 0afd10d..373d902 100755
--- a/tools/setup.py
+++ b/tools/setup.py
@@ -70,7 +70,7 @@ parser.add_argument(
 )
 parser.add_argument("--dbhost", dest="dbhost", type=str, help="ES backend hostname")
 parser.add_argument("--dbport", dest="dbport", type=str, help="DB port")
-parser.add_argument("--dbname", dest="dbname", type=str, help="ES DB name")
+parser.add_argument("--dbname", dest="dbname", type=str, help="ES DB prefix")
 parser.add_argument("--dbshards", dest="dbshards", type=int, help="DB Shard Count")
 parser.add_argument(
     "--dbreplicas", dest="dbreplicas", type=int, help="DB Replica Count"