1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-12 17:14:46 +02:00

Advertise 'configtest' in './unrealircd' usage/help.

[skip ci]
This commit is contained in:
Bram Matthys
2019-10-26 19:02:25 +02:00
parent fb8055c6ef
commit 298e9f2ea6
+1 -1
View File
@@ -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