mirror of
https://github.com/clearml/dropbear
synced 2025-04-06 21:54:24 +00:00
* Add references in the manpages to the dbclient manpage
* Fix multiple typos in client usage information --HG-- extra : convert_revision : 6b29d70d3c4b1933d3c8f6b3e63692db76ffb51f
This commit is contained in:
parent
f45eafe342
commit
a1fd2da0f9
@ -53,7 +53,7 @@ static void printhelp() {
|
|||||||
"-i <identityfile> (multiple allowed)\n"
|
"-i <identityfile> (multiple allowed)\n"
|
||||||
#endif
|
#endif
|
||||||
#ifdef ENABLE_CLI_LOCALTCPFWD
|
#ifdef ENABLE_CLI_LOCALTCPFWD
|
||||||
"-L <listenport:remotehsot:reportport> Local port forwarding\n"
|
"-L <listenport:remotehost:remoteport> Local port forwarding\n"
|
||||||
#endif
|
#endif
|
||||||
#ifdef ENABLE_CLI_REMOTETCPFWD
|
#ifdef ENABLE_CLI_REMOTETCPFWD
|
||||||
"-R <listenport:remotehost:remoteport> Remote port forwarding\n"
|
"-R <listenport:remotehost:remoteport> Remote port forwarding\n"
|
||||||
|
@ -76,6 +76,6 @@ Matt Johnston (matt@ucc.asn.au).
|
|||||||
.br
|
.br
|
||||||
Gerrit Pape (pape@smarden.org) wrote this manual page.
|
Gerrit Pape (pape@smarden.org) wrote this manual page.
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
dropbearkey(8)
|
dropbearkey(8), dbclient(1)
|
||||||
.P
|
.P
|
||||||
http://matt.ucc.asn.au/dropbear/dropbear.html
|
http://matt.ucc.asn.au/dropbear/dropbear.html
|
||||||
|
@ -42,6 +42,6 @@ Matt Johnston (matt@ucc.asn.au).
|
|||||||
.br
|
.br
|
||||||
Gerrit Pape (pape@smarden.org) wrote this manual page.
|
Gerrit Pape (pape@smarden.org) wrote this manual page.
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
dropbear(8)
|
dropbear(8), dbclient(1)
|
||||||
.P
|
.P
|
||||||
http://matt.ucc.asn.au/dropbear/dropbear.html
|
http://matt.ucc.asn.au/dropbear/dropbear.html
|
||||||
|
Loading…
Reference in New Issue
Block a user