From 4f931c45fb47988a93e53e971483b021944a530b Mon Sep 17 00:00:00 2001 From: Akkadius Date: Thu, 22 Jan 2015 02:21:41 -0600 Subject: [PATCH] Adjusting #logs verbiage --- zone/command.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zone/command.cpp b/zone/command.cpp index 7226b57cf..5f615bb51 100644 --- a/zone/command.cpp +++ b/zone/command.cpp @@ -10673,8 +10673,8 @@ void command_logs(Client *c, const Seperator *sep){ } else { c->Message(0, "#logs usage:"); - c->Message(0, "--- #logs reload_all - Reloads all rules defined in database in world and all zone processes"); - c->Message(0, "--- #logs list_settings - Shows current log settings and categories"); + c->Message(0, "--- #logs reload_all - Reload all settings in world and all zone processes with what is defined in the database"); + c->Message(0, "--- #logs list_settings - Shows current log settings and categories loaded into the current process' memory"); c->Message(0, "--- #logs set [console|file|gmsay] - Sets log settings during the lifetime of the zone"); } }