1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 01:43:13 +02:00

Fix typos, remove dead language defines.

os_set: Add missing debug text in help output.
This commit is contained in:
Robby-
2013-09-14 14:40:17 +02:00
committed by Adam
parent 5f7127dd92
commit 4f820a7d41
30 changed files with 106 additions and 92 deletions
+1 -2
View File
@@ -241,8 +241,7 @@ class CommandOSStats : public Command
" \n"
"The \002HASH\002 option displays information about the hash maps.\n"
" \n"
"The \002ALL\002 displays the user and uptime statistics, and\n"
"everything you'd see with the \002UPLINK\002 option."));
"The \002ALL\002 option displays all of the above statistics."));
return true;
}
};