From 298e9f2ea601d37a79c068712568b1e4462fef0e Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Sat, 26 Oct 2019 19:02:25 +0200 Subject: [PATCH] Advertise 'configtest' in './unrealircd' usage/help. [skip ci] --- unrealircd.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unrealircd.in b/unrealircd.in index dfce6cd8b..dba2b8aad 100644 --- a/unrealircd.in +++ b/unrealircd.in @@ -242,5 +242,5 @@ elif [ "$1" = "spki" -o "$1" = "spkifp" ] ; then echo "password \"$HASH\" { spkifp; };" echo "" else - echo "Usage: unrealircd start|stop|rehash|restart|mkpasswd|version|croncheck|gencloak|reloadtls|spkifp|upgrade-conf" + echo "Usage: unrealircd start|stop|configtest|rehash|restart|mkpasswd|version|croncheck|gencloak|reloadtls|spkifp|upgrade-conf" fi