You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2021/06/03 12:50:31 UTC

[incubator-ponymail-foal] branch master updated: Dropped support for legacy, medium, cluster

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0fcba17  Dropped support for legacy,medium,cluster
0fcba17 is described below

commit 0fcba1704b7faf9cd6047a45b2dbc44d24f07edf
Author: Sebb <se...@apache.org>
AuthorDate: Thu Jun 3 13:50:17 2021 +0100

    Dropped support for legacy,medium,cluster
---
 tools/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/setup.py b/tools/setup.py
index 20e5f72..9b5b94b 100755
--- a/tools/setup.py
+++ b/tools/setup.py
@@ -160,7 +160,7 @@ parser.add_argument(
     "--generator",
     dest="generator",
     type=str,
-    help="Document ID Generator to use (legacy, medium, cluster, full)",
+    help="Document ID Generator to use (dkim, full)",
 )
 parser.add_argument(
     "--nonce",