mirror of
https://github.com/clearml/dropbear
synced 2025-04-04 04:50:57 +00:00
newlines which weren't there
--HG-- extra : convert_revision : edef8ed42b61a7c69ed7c51c33e87f53b0614200
This commit is contained in:
parent
b8ae152c4b
commit
8edc352393
@ -43,10 +43,10 @@ static void printhelp() {
|
||||
"Usage: %s [options] user@host\n"
|
||||
"Options are:\n"
|
||||
"-p <remoteport>\n"
|
||||
"-t Allocate a pty"
|
||||
"-T Don't allocate a pty"
|
||||
"-t Allocate a pty\n"
|
||||
"-T Don't allocate a pty\n"
|
||||
#ifdef DROPBEAR_PUBKEY_AUTH
|
||||
"-i <identityfile> (multiple allowed)"
|
||||
"-i <identityfile> (multiple allowed)\n"
|
||||
#endif
|
||||
,DROPBEAR_VERSION, cli_opts.progname);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user