diff options
author | Matt Johnston <matt@ucc.asn.au> | 2013-03-21 23:10:47 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2013-03-21 23:10:47 +0800 |
commit | 9dc30fbd2a09287b2761d58ff1d387e5d69c7e69 (patch) | |
tree | e86e7475440094b80a786d7f6004c09d11b7d322 /svr-runopts.c | |
parent | 024d268d8c3323cc16484ff2b72db702cba2464c (diff) |
Add URL to usage text
Diffstat (limited to 'svr-runopts.c')
-rw-r--r-- | svr-runopts.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/svr-runopts.c b/svr-runopts.c index b1a54ee..f6ce86c 100644 --- a/svr-runopts.c +++ b/svr-runopts.c @@ -36,9 +36,8 @@ static void addportandaddress(char* spec); static void printhelp(const char * progname) { - fprintf(stderr, "Dropbear sshd v%s\n" + fprintf(stderr, "Dropbear server v%s https://matt.ucc.asn.au/dropbear/dropbear.html\n" "Usage: %s [options]\n" - "Options are:\n" "-b bannerfile Display the contents of bannerfile" " before user login\n" " (default: none)\n" |