Mercurial > dropbear
comparison cli-runopts.c @ 181:1916df7df911
* Add references in the manpages to the dbclient manpage
* Fix multiple typos in client usage information
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 13 Mar 2005 16:23:15 +0000 |
parents | 0cfba3034be5 |
children | aad4b3f58556 |
comparison
equal
deleted
inserted
replaced
179:161557a9dde8 | 181:1916df7df911 |
---|---|
51 "-T Don't allocate a pty\n" | 51 "-T Don't allocate a pty\n" |
52 #ifdef ENABLE_CLI_PUBKEY_AUTH | 52 #ifdef ENABLE_CLI_PUBKEY_AUTH |
53 "-i <identityfile> (multiple allowed)\n" | 53 "-i <identityfile> (multiple allowed)\n" |
54 #endif | 54 #endif |
55 #ifdef ENABLE_CLI_LOCALTCPFWD | 55 #ifdef ENABLE_CLI_LOCALTCPFWD |
56 "-L <listenport:remotehsot:reportport> Local port forwarding\n" | 56 "-L <listenport:remotehost:remoteport> Local port forwarding\n" |
57 #endif | 57 #endif |
58 #ifdef ENABLE_CLI_REMOTETCPFWD | 58 #ifdef ENABLE_CLI_REMOTETCPFWD |
59 "-R <listenport:remotehost:remoteport> Remote port forwarding\n" | 59 "-R <listenport:remotehost:remoteport> Remote port forwarding\n" |
60 #endif | 60 #endif |
61 "-l <username>\n" | 61 "-l <username>\n" |