From e9b0fa8c91f92c5d16a775796062879638489375 Mon Sep 17 00:00:00 2001 From: Arran Cudbard-Bell Date: Wed, 4 Sep 2013 22:23:51 +0100 Subject: [PATCH] Missing newline --- src/main/radiusd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/radiusd.c b/src/main/radiusd.c index a030341fe4..c2ed90c98d 100644 --- a/src/main/radiusd.c +++ b/src/main/radiusd.c @@ -556,9 +556,9 @@ static void NEVER_RETURNS usage(int status) fprintf(output, " -i ipaddr Listen on ipaddr ONLY.\n"); fprintf(output, " -l log_file Logging output will be written to this file.\n"); fprintf(output, " -m On SIGINT or SIGQUIT exit cleanly instead of immediately.\n"); - fprintf(output, " -n name Read raddb/name.conf instead of raddb/radiusd.conf\n"); + fprintf(output, " -n name Read raddb/name.conf instead of raddb/radiusd.conf.\n"); fprintf(output, " -p port Listen on port ONLY.\n"); - fprintf(output, " -P Always write out PID, even with -f"); + fprintf(output, " -P Always write out PID, even with -f\n."); fprintf(output, " -s Do not spawn child processes to handle requests.\n"); fprintf(output, " -t Disable threads.\n"); fprintf(output, " -v Print server version information.\n"); -- 2.47.3