From: Maxim Mamontov Date: Fri, 30 May 2014 07:14:57 +0000 (+0300) Subject: Expanded another abbreviation. X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/8d4e3b241054c1977a36e33121a2f7540f320f44 Expanded another abbreviation. --- diff --git a/projects/sgconf/users.cpp b/projects/sgconf/users.cpp index fe74e677..7a20160b 100644 --- a/projects/sgconf/users.cpp +++ b/projects/sgconf/users.cpp @@ -419,7 +419,7 @@ blocks.Add("User management options") .Add("get-users", SGCONF::MakeAPIAction(commands, GetUsersFunction), "\tget user list") .Add("get-user", SGCONF::MakeAPIAction(commands, "", GetUserFunction), "get user") .Add("add-user", SGCONF::MakeAPIAction(commands, "", params, AddUserFunction), "add user") - .Add("del-user", SGCONF::MakeAPIAction(commands, "", DelUserFunction), "del user") + .Add("del-user", SGCONF::MakeAPIAction(commands, "", DelUserFunction), "delete user") .Add("chg-user", SGCONF::MakeAPIAction(commands, "", params, ChgUserFunction), "change user") .Add("check-user", SGCONF::MakeAPIAction(commands, "", GetCheckParams(), CheckUserFunction), "check user existance and credentials") .Add("send-message", SGCONF::MakeAPIAction(commands, GetMessageParams(), SendMessageFunction), "send message");