Fix SAREGISTER short help in SAVERIFY command

This commit is contained in:
William Rehwinkel
2022-12-24 13:13:38 -05:00
parent f7ab0fb59e
commit 63c08ce537
+1 -1
View File
@@ -174,7 +174,7 @@ an administrator can set use this command to set up user accounts.`,
help: `Syntax: $bSAVERIFY <username>$b
SAVERIFY manually verifies an account that is pending verification.`,
helpShort: `$bSAREGISTER$b registers an account on someone else's behalf.`,
helpShort: `$bSAVERIFY$b manually verifies an account that is pending verification.`,
enabled: servCmdRequiresAuthEnabled, // deliberate
capabs: []string{"accreg"},
minParams: 1,