X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Futils%2Fsetup.c;h=b7fc0f065bc9d1890ff013a199bc83024cfcc006;hb=eff49d47e7e6bb5811409f79be338a7036e3ad46;hp=f69f52bebfd4b7bd4434744b65b21b92c45dead2;hpb=6c04432144b2d842372c252ea30fd0340828f620;p=citadel.git diff --git a/citadel/utils/setup.c b/citadel/utils/setup.c index f69f52beb..b7fc0f065 100644 --- a/citadel/utils/setup.c +++ b/citadel/utils/setup.c @@ -173,9 +173,11 @@ char *setup_text[] = { "user ID here. You may specify either a user name or a numeric\n" "UID.\n", -"Specify the IP address on which your server will run. If you\n" -"leave this blank, or if you specify 0.0.0.0, Citadel will listen\n" -"on all addresses. You can usually skip this unless you are\n" +"Specify the IP address on which your server will run.\n" +"You can name a specific IPv4 or IPv6 address, or you can specify\n" +"'*' for 'any address', '::' for 'any IPv6 address', or '0.0.0.0'\n" +"for 'any IPv4 address'. If you leave this blank, Citadel will\n" +"listen on all addresses. You can usually skip this unless you are\n" "running multiple instances of Citadel on the same computer.\n", "Specify the TCP port number on which your server will run.\n" @@ -185,8 +187,6 @@ char *setup_text[] = { "of Citadel on the same computer and there is something else\n" "already using port 504.\n", - - "Specify which authentication mode you wish to use.\n" "\n" " 0. Self contained authentication\n"