mention --forward-all in help output

Signed-off-by: Christian Hesse <mail@eworm.de>
This commit is contained in:
Christian Hesse 2015-05-19 00:43:42 +02:00 committed by Emil Mikulic
parent 03f4c1f390
commit 6564a65dfa
1 changed files with 3 additions and 0 deletions

View File

@ -908,6 +908,9 @@ static void usage(const char *argv0) {
"\t\tRequests to the host are redirected to the corresponding url.\n"
"\t\tThe option may be specified multiple times, in which case\n"
"\t\tthe host is matched in order of appearance.\n\n");
printf("\t--forward-all url (default: don't forward)\n"
"\t\tWeb forward (301 redirect).\n"
"\t\tAll requests are redirected to the corresponding url.\n\n");
printf("\t--no-server-id\n"
"\t\tDon't identify the server type in headers\n"
"\t\tor directory listings.\n");