[BusyBox-cvs] busybox/include usage.h,1.206,1.207

Erik Andersen andersen at busybox.net
Wed Apr 14 17:59:23 UTC 2004


Update of /var/cvs/busybox/include
In directory nail:/tmp/cvs-serv15858/include

Modified Files:
	usage.h 
Log Message:
Steven Scholz writes:

Hi there,

the "-h" option of httpd is not described in the usage text.

Please find the attached patch.

Thanks.

Steven



Index: usage.h
===================================================================
RCS file: /var/cvs/busybox/include/usage.h,v
retrieving revision 1.206
retrieving revision 1.207
diff -u -d -r1.206 -r1.207
--- a/usage.h	14 Apr 2004 17:51:12 -0000	1.206
+++ b/usage.h	14 Apr 2004 17:59:21 -0000	1.207
@@ -1003,6 +1003,7 @@
 	USAGE_HTTPD_SETUID(" [-u user]") \
 	USAGE_HTTPD_BASIC_AUTH(" [-r <realm>]") \
 	USAGE_HTTPD_AUTH_MD5(" [-m pass]") \
+	" [-h home]" \
 	" [-d/-e <string>]"
 #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"
 




More information about the busybox-cvs mailing list