comparison svr-runopts.c @ 594:a98a2138364a

Improve capitalisation for all logged strings
author Matt Johnston <matt@ucc.asn.au>
date Wed, 23 Feb 2011 15:50:30 +0000
parents f9b5dc0cba61
children e27d7fb23376
comparison
equal deleted inserted replaced
593:ea103e4476ce 594:a98a2138364a
41 "Options are:\n" 41 "Options are:\n"
42 "-b bannerfile Display the contents of bannerfile" 42 "-b bannerfile Display the contents of bannerfile"
43 " before user login\n" 43 " before user login\n"
44 " (default: none)\n" 44 " (default: none)\n"
45 #ifdef DROPBEAR_DSS 45 #ifdef DROPBEAR_DSS
46 "-d dsskeyfile Use dsskeyfile for the dss host key\n" 46 "-d dsskeyfile Use dsskeyfile for the DSS host key\n"
47 " (default: %s)\n" 47 " (default: %s)\n"
48 #endif 48 #endif
49 #ifdef DROPBEAR_RSA 49 #ifdef DROPBEAR_RSA
50 "-r rsakeyfile Use rsakeyfile for the rsa host key\n" 50 "-r rsakeyfile Use rsakeyfile for the RSA host key\n"
51 " (default: %s)\n" 51 " (default: %s)\n"
52 #endif 52 #endif
53 "-F Don't fork into background\n" 53 "-F Don't fork into background\n"
54 #ifdef DISABLE_SYSLOG 54 #ifdef DISABLE_SYSLOG
55 "(Syslog support not compiled in, using stderr)\n" 55 "(Syslog support not compiled in, using stderr)\n"