comparison svr-runopts.c @ 510:b85507ade010

- Update manuals, include section on authorized_keys - Change default PATH to /usr/bin:/bin - Mention DEBUG_TRACE in -v help text
author Matt Johnston <matt@ucc.asn.au>
date Wed, 05 Nov 2008 14:14:40 +0000
parents b956d6151600
children a3748e54273c
comparison
equal deleted inserted replaced
509:4e251543b941 510:b85507ade010
81 "-i Start for inetd\n" 81 "-i Start for inetd\n"
82 #endif 82 #endif
83 "-W <receive_window_buffer> (default %d, larger may be faster, max 1MB)\n" 83 "-W <receive_window_buffer> (default %d, larger may be faster, max 1MB)\n"
84 "-K <keepalive> (0 is never, default %d)\n" 84 "-K <keepalive> (0 is never, default %d)\n"
85 #ifdef DEBUG_TRACE 85 #ifdef DEBUG_TRACE
86 "-v verbose\n" 86 "-v verbose (compiled with DEBUG_TRACE)\n"
87 #endif 87 #endif
88 ,DROPBEAR_VERSION, progname, 88 ,DROPBEAR_VERSION, progname,
89 #ifdef DROPBEAR_DSS 89 #ifdef DROPBEAR_DSS
90 DSS_PRIV_FILENAME, 90 DSS_PRIV_FILENAME,
91 #endif 91 #endif