From 411d953e5107eec3f8d9faca1855d3b4c0b1f404 Mon Sep 17 00:00:00 2001 From: Matthew Newton Date: Tue, 29 Sep 2015 15:39:38 +0100 Subject: [PATCH] update help to show equivalents for some options --- src/main/radiusd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/radiusd.c b/src/main/radiusd.c index fa0fcfa843f..850274d39b2 100644 --- a/src/main/radiusd.c +++ b/src/main/radiusd.c @@ -674,11 +674,11 @@ static void NEVER_RETURNS usage(int status) fprintf(output, " -n Read raddb/name.conf instead of raddb/radiusd.conf.\n"); fprintf(output, " -p Listen on port ONLY.\n"); 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, " -s Do not spawn child processes to handle requests (same as -ft).\n"); fprintf(output, " -t Disable threads.\n"); fprintf(output, " -v Print server version information.\n"); - fprintf(output, " -X Turn on full debugging.\n"); - fprintf(output, " -x Turn on additional debugging. (-xx gives more debugging).\n"); + fprintf(output, " -X Turn on full debugging (similar to -tfxxl stdout).\n"); + fprintf(output, " -x Turn on additional debugging (-xx gives more debugging).\n"); exit(status); } -- 2.47.3