@@ -4,10 +4,11 @@ filed \- serve files over HTTP .SH SYNOPSIS .ll +10 .B filed .RB [{ \-h | \-\-help }] +.RB [{ \-d | \-\-daemon }] .RB [{ \-b | \-\-bind } .IR address ] .RB [{ \-p | \-\-port } .IR port ] .RB [{ \-t | \-\-threads } @@ -27,10 +28,15 @@ .SH OPTIONS .TP .B -h (or --help) Prints detailed usage information +.TP +.B -d (or --daemon) +Instructs filed to become a daemon after initializing +the listening TCP socket and log files. + .TP .B -b (or --bind) Specifies the address to listen for incoming HTTP requests on.