@@ -6,10 +6,11 @@ .ll +10 .B filed .RB [{ \-h | \-\-help }] .RB [{ \-d | \-\-daemon }] .RB [{ \-v | \-\-version }] +.RB [{ \-V | \-\-vhost }] .RB [{ \-b | \-\-bind } .IR address ] .RB [{ \-p | \-\-port } .IR port ] .RB [{ \-t | \-\-threads } @@ -44,10 +45,15 @@ .B -v (or --version) Instructs .B filed to print out its version number and then exit. +.TP +.B -V (or --vhost) +instructs filed to prepend all requests with their HTTP +Host header. + .TP .B -b (or --bind) Specifies the address to listen for incoming HTTP requests on.