From 333091f78934d55b7b6458c575d8f23f364636c8 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Fri, 28 Apr 2017 15:15:08 +0200 Subject: Fixes ?RLR eating first char; !P and !N messages. --- src/main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/main.c') 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, -- cgit v1.2.3-70-g09d2