From 8edc3523938ee2149ae11e7e19ef1e419fb57e0d Mon Sep 17 00:00:00 2001
From: Matt Johnston <matt@ucc.asn.au>
Date: Sun, 8 Aug 2004 16:57:00 +0000
Subject: [PATCH] newlines which weren't there

--HG--
extra : convert_revision : edef8ed42b61a7c69ed7c51c33e87f53b0614200
---
 cli-runopts.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/cli-runopts.c b/cli-runopts.c
index 6c163431..eb718a41 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);
 }
-- 
GitLab