diff options
author | Matthias Schiffer <matthias@gamezock.de> | 2008-09-15 20:28:11 +0200 |
---|---|---|
committer | Matthias Schiffer <matthias@gamezock.de> | 2008-09-15 20:28:11 +0200 |
commit | cad5339477f7c9897745d87b0ef21a08aba2933a (patch) | |
tree | b58f486d7cd29a6dcd05950caea3b286ae5b98d1 /src | |
parent | 9ca70bbfa460fe1c6c31b8e685be6df24935ab73 (diff) | |
download | mad-cad5339477f7c9897745d87b0ef21a08aba2933a.tar mad-cad5339477f7c9897745d87b0ef21a08aba2933a.zip |
Hilfetext f?r den erweiterten Status-Befehl angepasst
Diffstat (limited to 'src')
-rw-r--r-- | src/Client/CommandParser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Client/CommandParser.cpp b/src/Client/CommandParser.cpp index 30a0c16..9b5c009 100644 --- a/src/Client/CommandParser.cpp +++ b/src/Client/CommandParser.cpp @@ -34,7 +34,7 @@ namespace Client { const CommandParser::Command CommandParser::commands[] = { {{"help", "?", 0}, "help [command]", "Displays usage information about commands", "Displays usage information about a command. If no command is given, a list of all available commands is displayed.", &CommandParser::helpCommand}, {{"list_hosts", "hosts", 0}, "list_hosts", "Lists the currently active hosts", "Lists the currently active hosts", &CommandParser::listHostsCommand}, - {{"status", "st", 0}, "status", "Displays server status information", "Displays server status information.", &CommandParser::statusCommand}, + {{"status", "st", 0}, "status [host]", "Displays status information", "Displays host status information. If no host is given, server status information is displayed.", &CommandParser::statusCommand}, {{"exit", "quit", 0}, "exit", "Closes the connection and quits the client", "Closes the connection and quits the client.", &CommandParser::exitCommand}, {{0}, 0, 0, 0, 0} }; |