Skip to content

Commit

Permalink
Typo in help message fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
tsandmann committed Jun 1, 2022
1 parent 7758b9e commit 88e096b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pc/cmd-tools_pc.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ static pthread_t cmd_thread; /**< Thread fuer die RemoteCall-Auswertung per Komm
*/
static void usage(void) {
puts("USAGE: ct-Bot [-t host] [-a address] [-T] [-s] [-u RUNS] [-M FILE] [-m FILE] [-h]");
puts("\t-t\tHostname oder IP Adresse zu der Verbunden werden soll");
puts("\t-t\tHostname oder IP Adresse zu der verbunden werden soll");
puts("\t-a\tAdresse des Bots (fuer Bot-2-Bot-Kommunikation), default: 0");
puts("\t-T\tTestClient");
puts("\t-s\tServermodus");
Expand Down

0 comments on commit 88e096b

Please sign in to comment.