diff options
Diffstat (limited to 'modules/commands/os_stats.cpp')
-rw-r--r-- | modules/commands/os_stats.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/commands/os_stats.cpp b/modules/commands/os_stats.cpp index 82074eb8f..48c0331f2 100644 --- a/modules/commands/os_stats.cpp +++ b/modules/commands/os_stats.cpp @@ -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; } }; |