Mercurial > dropbear
comparison dbmulti.c @ 110:9b7fc71039cd
Add help text that a symlink to "ssh" works
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 27 Aug 2004 15:20:47 +0000 |
parents | ace512d2ad5d |
children | 740e782679be af4ef98b8591 |
comparison
equal
deleted
inserted
replaced
109:2e9d1f29c50f | 110:9b7fc71039cd |
---|---|
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 |
75 "'dbclient' - the Dropbear client\n" | 75 "'dbclient' or 'ssh' - the Dropbear client\n" |
76 #endif | 76 #endif |
77 #ifdef DBMULTI_dropbearkey | 77 #ifdef DBMULTI_dropbearkey |
78 "'dropbearkey' - the key generator\n" | 78 "'dropbearkey' - the key generator\n" |
79 #endif | 79 #endif |
80 #ifdef DBMULTI_dropbearconvert | 80 #ifdef DBMULTI_dropbearconvert |