summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2004-08-08 16:57:00 +0000
committerMatt Johnston <matt@ucc.asn.au>2004-08-08 16:57:00 +0000
commit9cc8954e9f80c0bd895b2d655257aa3c5d9cdca8 (patch)
treed11e038d3ce8c370e32d550ef64f97524336512e
parentde01da365b7b8f332d4bfbc3484ee2d0298903f4 (diff)
downloaddropbear-9cc8954e9f80c0bd895b2d655257aa3c5d9cdca8.tar.gz
newlines which weren't there
-rw-r--r--cli-runopts.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cli-runopts.c b/cli-runopts.c
index 6c16343..eb718a4 100644
--- a/cli-runopts.c
+++ b/cli-runopts.c
@@ -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);
}