From 3ffc54484b94d76e9183e511dbea3159a612d752 Mon Sep 17 00:00:00 2001 From: TehPeGaSuS <25697531+TehPeGaSuS@users.noreply.github.com> Date: Wed, 17 Jul 2024 14:22:39 +0200 Subject: [PATCH] Add a mention on how to upgrade to the next RC on the `./unrealircd upgrade` command (#291) --- unrealircd.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/unrealircd.in b/unrealircd.in index 362a284fa..3e48edfc9 100644 --- a/unrealircd.in +++ b/unrealircd.in @@ -377,7 +377,8 @@ else echo "unrealircd restart Restart the IRC Server (stop+start)" echo "unrealircd status Show current status of the IRC Server" echo "unrealircd module-status Show all currently loaded modules" - echo "unrealircd upgrade Upgrade UnrealIRCd to the latest version" + echo "unrealircd upgrade Upgrade UnrealIRCd to the latest version (or the next available" + echo " release candidate if the --rc argument is used)" echo "unrealircd mkpasswd Hash a password" echo "unrealircd version Display the UnrealIRCd version" echo "unrealircd module Install and uninstall 3rd party modules"