diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-11-16 18:04:43 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-11-16 18:04:43 +0000 |
commit | b3a071543d777b1f6f7f31a326fefd17f1cf4951 (patch) | |
tree | e1b5c0ba10134c67db5051de3b36c4d2c9bf3189 /include | |
parent | d4f3d1a4bd17dbcebf229ee72133e713d7632284 (diff) |
httpd: reduce ifdef forest. comment out redundant PATH setting
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( \ "Options:\n" \ "\t-c FILE\t\tSpecifies configuration file. (default httpd.conf)\n" \ "\t-p PORT\t\tServer port (default 80)\n" \ - "\t-i\t\tAssume that we are started frim inetd\n" \ + "\t-i\t\tAssume that we are started from inetd\n" \ "\t-f\t\tDo not daemonize\n" \ USE_FEATURE_HTTPD_SETUID("\t-u USER[:GRP]\tSet uid/gid after binding to port\n") \ USE_FEATURE_HTTPD_BASIC_AUTH("\t-r REALM\tAuthentication Realm for Basic Authentication\n") \ |