summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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,