From b1789b7278c012cfc3bf5aa8ae5b6cb6687f7f16 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Tue, 20 Sep 2022 21:58:02 +0300 Subject: [PATCH 37/37] List p)ersistent parameter in metaconnection synopsis See osdn #45334 Signed-off-by: Marko Lindqvist --- server/commands.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/server/commands.c b/server/commands.c index 454de40989..3f6c28f3fc 100644 --- a/server/commands.c +++ b/server/commands.c @@ -265,10 +265,11 @@ static struct command commands[] = { N_("Set metaserver patches line."), NULL, NULL, CMD_ECHO_ADMINS, VCF_NONE, 0 }, - {"metaconnection", ALLOW_ADMIN, - /* no translatable parameters */ + {"metaconnection", ALLOW_ADMIN, + /* No translatable parameters */ SYN_ORIG_("metaconnection u|up\n" "metaconnection d|down\n" + "metaconnection p|persistent\n" "metaconnection ?"), N_("Control metaserver connection."), N_("'metaconnection ?' reports on the status of the connection to metaserver. " -- 2.35.1