diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index ef3fb63d3..f1b4b351a 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -1196,7 +1196,7 @@ USE_FEATURE_DATE_ISOFMT( \ | |||
1196 | "Options:\n" \ | 1196 | "Options:\n" \ |
1197 | "\t-c FILE\t\tSpecifies configuration file. (default httpd.conf)\n" \ | 1197 | "\t-c FILE\t\tSpecifies configuration file. (default httpd.conf)\n" \ |
1198 | "\t-p PORT\t\tServer port (default 80)\n" \ | 1198 | "\t-p PORT\t\tServer port (default 80)\n" \ |
1199 | "\t-i\t\tAssume that we are started frim inetd\n" \ | 1199 | "\t-i\t\tAssume that we are started from inetd\n" \ |
1200 | "\t-f\t\tDo not daemonize\n" \ | 1200 | "\t-f\t\tDo not daemonize\n" \ |
1201 | USE_FEATURE_HTTPD_SETUID("\t-u USER[:GRP]\tSet uid/gid after binding to port\n") \ | 1201 | USE_FEATURE_HTTPD_SETUID("\t-u USER[:GRP]\tSet uid/gid after binding to port\n") \ |
1202 | USE_FEATURE_HTTPD_BASIC_AUTH("\t-r REALM\tAuthentication Realm for Basic Authentication\n") \ | 1202 | USE_FEATURE_HTTPD_BASIC_AUTH("\t-r REALM\tAuthentication Realm for Basic Authentication\n") \ |