Mercurial > dropbear
comparison svr-runopts.c @ 716:af4ef98b8591
Add URL to usage text
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 21 Mar 2013 23:10:47 +0800 |
parents | 002cf09827c0 |
children | 7f604f9b3756 |
comparison
equal
deleted
inserted
replaced
715:cd3d3c63d189 | 716:af4ef98b8591 |
---|---|
34 static void printhelp(const char * progname); | 34 static void printhelp(const char * progname); |
35 static void addportandaddress(char* spec); | 35 static void addportandaddress(char* spec); |
36 | 36 |
37 static void printhelp(const char * progname) { | 37 static void printhelp(const char * progname) { |
38 | 38 |
39 fprintf(stderr, "Dropbear sshd v%s\n" | 39 fprintf(stderr, "Dropbear server v%s https://matt.ucc.asn.au/dropbear/dropbear.html\n" |
40 "Usage: %s [options]\n" | 40 "Usage: %s [options]\n" |
41 "Options are:\n" | |
42 "-b bannerfile Display the contents of bannerfile" | 41 "-b bannerfile Display the contents of bannerfile" |
43 " before user login\n" | 42 " before user login\n" |
44 " (default: none)\n" | 43 " (default: none)\n" |
45 #ifdef DROPBEAR_DSS | 44 #ifdef DROPBEAR_DSS |
46 "-d dsskeyfile Use dsskeyfile for the DSS host key\n" | 45 "-d dsskeyfile Use dsskeyfile for the DSS host key\n" |