summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-04-28 15:15:08 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-04-28 15:15:08 +0200
commit333091f78934d55b7b6458c575d8f23f364636c8 (patch)
tree8db1d59ff9aec1f61d5ac9c5ad3e750dc78e7a08 /src/main.c
parent1d32728b9712702c9bca90d6dac370ff5fe2c214 (diff)
Fixes ?RLR eating first char; !P and !N messages.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c
index 0b097fe..779135d 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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,