From 73afd89610376a004c31618c16c23ccb31f99c09 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 14 Apr 2004 17:59:21 +0000 Subject: Steven Scholz writes: Hi there, the "-h" option of httpd is not described in the usage text. Please find the attached patch. Thanks. Steven --- include/usage.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/usage.h') diff --git a/include/usage.h b/include/usage.h index cd8a5ce71..43b903c3d 100644 --- a/include/usage.h +++ b/include/usage.h @@ -1003,6 +1003,7 @@ USAGE_HTTPD_SETUID(" [-u user]") \ USAGE_HTTPD_BASIC_AUTH(" [-r ]") \ USAGE_HTTPD_AUTH_MD5(" [-m pass]") \ + " [-h home]" \ " [-d/-e ]" #define httpd_full_usage \ "Listens for incoming http server requests.\n\n"\ @@ -1012,6 +1013,7 @@ USAGE_HTTPD_SETUID("\t-u USER\tSet uid to USER after listening privileges port\n") \ USAGE_HTTPD_BASIC_AUTH("\t-r REALM\tAuthentication Realm for Basic Authentication\n") \ USAGE_HTTPD_AUTH_MD5("\t-m PASS\t\tCrypt PASS with md5 algorithm\n") \ + "\t-h HOME \tSpecifies http HOME directory (default ./)\n" \ "\t-e STRING\tHtml encode STRING\n" \ "\t-d STRING\tURL decode STRING" -- cgit v1.2.3