Mercurial > dropbear
comparison dbmulti.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 | 9b7fc71039cd |
children | 11f645c3715b |
comparison
equal
deleted
inserted
replaced
715:cd3d3c63d189 | 716:af4ef98b8591 |
---|---|
64 return scp_main(argc, argv); | 64 return scp_main(argc, argv); |
65 } | 65 } |
66 #endif | 66 #endif |
67 } | 67 } |
68 | 68 |
69 fprintf(stderr, "Dropbear multi-purpose version %s\n" | 69 fprintf(stderr, "Dropbear SSH multi-purpose v%s\n" |
70 "Make a symlink pointing at this binary with one of the following names:\n" | 70 "Make a symlink pointing at this binary with one of the following names:\n" |
71 #ifdef DBMULTI_dropbear | 71 #ifdef DBMULTI_dropbear |
72 "'dropbear' - the Dropbear server\n" | 72 "'dropbear' - the Dropbear server\n" |
73 #endif | 73 #endif |
74 #ifdef DBMULTI_dbclient | 74 #ifdef DBMULTI_dbclient |