aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/usage.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/include/usage.h b/include/usage.h
index 1d4459df1..41459e8c3 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -1352,21 +1352,21 @@
1352 " [-h home]" \ 1352 " [-h home]" \
1353 " [-d/-e string]" 1353 " [-d/-e string]"
1354#define httpd_full_usage \ 1354#define httpd_full_usage \
1355 "Listen for incoming http server requests" \ 1355 "Listen for incoming HTTP requests" \
1356 "\n\nOptions:\n" \ 1356 "\n\nOptions:" \
1357 " -c FILE Specifies configuration file. (default httpd.conf)\n" \ 1357 "\n -c FILE Configuration file (default httpd.conf)" \
1358 " -p PORT Server port (default 80)\n" \ 1358 "\n -p PORT Server port (default 80)" \
1359 " -i Assume that we are started from inetd\n" \ 1359 "\n -i Inetd mode" \
1360 " -f Do not daemonize\n" \ 1360 "\n -f Do not daemonize" \
1361 USE_FEATURE_HTTPD_SETUID( \ 1361 USE_FEATURE_HTTPD_SETUID( \
1362 " -u USER[:GRP] Set uid/gid after binding to port\n") \ 1362 "\n -u USER[:GRP] Set uid/gid after binding to port") \
1363 USE_FEATURE_HTTPD_BASIC_AUTH( \ 1363 USE_FEATURE_HTTPD_BASIC_AUTH( \
1364 " -r REALM Authentication Realm for Basic Authentication\n") \ 1364 "\n -r REALM Authentication Realm for Basic Authentication") \
1365 USE_FEATURE_HTTPD_AUTH_MD5( \ 1365 USE_FEATURE_HTTPD_AUTH_MD5( \
1366 " -m PASS Crypt PASS with md5 algorithm\n") \ 1366 "\n -m PASS Crypt PASS with md5 algorithm") \
1367 " -h HOME Specifies http HOME directory (default ./)\n" \ 1367 "\n -h HOME Home directory (default .)" \
1368 " -e STRING HTML encode STRING\n" \ 1368 "\n -e STRING HTML encode STRING" \
1369 " -d STRING URL decode STRING" 1369 "\n -d STRING URL decode STRING"
1370 1370
1371#define hwclock_trivial_usage \ 1371#define hwclock_trivial_usage \
1372 "[-r|--show] [-s|--hctosys] [-w|--systohc]" \ 1372 "[-r|--show] [-s|--hctosys] [-w|--systohc]" \