update help to show equivalents for some options
authorMatthew Newton <mcn4@leicester.ac.uk>
Tue, 29 Sep 2015 14:39:38 +0000 (15:39 +0100)
committerMatthew Newton <mcn4@leicester.ac.uk>
Tue, 29 Sep 2015 14:39:38 +0000 (15:39 +0100)
src/main/radiusd.c

index fa0fcfa..850274d 100644 (file)
@@ -674,11 +674,11 @@ static void NEVER_RETURNS usage(int status)
        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.\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);
 }