| summaryrefslogtreecommitdiff |
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-04-28 15:15:08 +0200 |
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-04-28 15:15:08 +0200 |
| commit | 333091f78934d55b7b6458c575d8f23f364636c8 (patch) | |
| tree | 8db1d59ff9aec1f61d5ac9c5ad3e750dc78e7a08 /src/main.c | |
| parent | 1d32728b9712702c9bca90d6dac370ff5fe2c214 (diff) | |
Fixes ?RLR eating first char; !P and !N messages.
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -16,10 +16,10 @@ static void print_help (const char runnable [const restrict static 1]) "\nUsages:\n" " SERVER:\t%s SESSION_NAME MARKOV_ORDER\n" " CLEAN UP:\t%s -c SESSION_NAME\n" - " SHOW HELP:\tAnything else\n" + " SHOW HELP:\tAnything else.\n" "\nParameters:\n" - " SESSION_NAME: Valid UNIX socket.\n" - " MARKOV_ORDER: Positive integer, greater than 1.\n", + " SESSION_NAME:\tValid UNIX socket.\n" + " MARKOV_ORDER:\tPositive integer, greater than 1.\n", JH_SERVER_VERSION, JH_PROTOCOL_VERSION, runnable, |


