From: Matthew Newton Date: Tue, 29 Sep 2015 14:39:38 +0000 (+0100) Subject: update help to show equivalents for some options X-Git-Tag: release_3_0_10~27^2 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=freeradius.git;a=commitdiff_plain;h=411d953e5107eec3f8d9faca1855d3b4c0b1f404 update help to show equivalents for some options --- diff --git a/src/main/radiusd.c b/src/main/radiusd.c index fa0fcfa..850274d 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); }