From: Alan T. DeKok Date: Tue, 29 Sep 2015 15:03:37 +0000 (-0400) Subject: clarify other message X-Git-Tag: release_3_0_10~26 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=freeradius.git;a=commitdiff_plain;h=b329d0fcc1e66f82d1b386ce1ea12db83070b8b8 clarify other message --- diff --git a/src/main/radiusd.c b/src/main/radiusd.c index 850274d..99ee4b5 100644 --- a/src/main/radiusd.c +++ b/src/main/radiusd.c @@ -670,7 +670,7 @@ static void NEVER_RETURNS usage(int status) fprintf(output, " -h Print this help message.\n"); fprintf(output, " -i Listen on ipaddr ONLY.\n"); fprintf(output, " -l Logging output will be written to this file.\n"); - fprintf(output, " -m On SIGINT or SIGQUIT exit cleanly instead of immediately.\n"); + fprintf(output, " -m On SIGINT or SIGQUIT clean up all used memory instead of just exiting.\n"); 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");