Index: filed.1 ================================================================== --- filed.1 +++ filed.1 @@ -28,11 +28,11 @@ serves files over HTTP as minimally as possible. Only static files (i.e., files that never change or are replaced) are supported. .SH OPTIONS .TP .B -h (or --help) -Prints detailed usage information +Prints detailed usage information. .TP .B -d (or --daemon) Instructs .B filed Index: filed.c ================================================================== --- filed.c +++ filed.c @@ -844,11 +844,11 @@ fprintf(output, " -r , --root \n"); if (long_help) { fprintf(output, "\n"); fprintf(output, " Usage:\n"); - fprintf(output, " -h (or --help) prints this usage information\n"); + fprintf(output, " -h (or --help) prints this usage information.\n"); fprintf(output, "\n"); fprintf(output, " -d (or --daemon) instructs filed to become a daemon after initializing\n"); fprintf(output, " the listening TCP socket and log files.\n"); fprintf(output, "\n"); fprintf(output, " -b (or --bind) specifies the address to listen for incoming HTTP\n");