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 dece1db7e6485fb59f7f8c6718568362080a9335 Author: Daniel Gruno <[email protected]> AuthorDate: Tue Aug 25 21:47:02 2020 +0200 reword, plural --- tools/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/setup.py b/tools/setup.py index 844b0c7..3b3b186 100755 --- a/tools/setup.py +++ b/tools/setup.py @@ -97,7 +97,7 @@ parser.add_argument( "--noindex", dest="noi", action="store_true", - help="Don't make an ES index, assume it exists", + help="Don't create ElasticSearch indices, assume they exist", ) parser.add_argument( "--nocloud", dest="nwc", action="store_true", help="Do not enable word cloud"
