diff cli-runopts.c @ 56:6f091656c100

newlines which weren't there
author Matt Johnston <matt@ucc.asn.au>
date Sun, 08 Aug 2004 16:57:00 +0000
parents 4b53a43f0082
children 20563735e8b5
line wrap: on
line diff
--- a/cli-runopts.c	Sun Aug 08 16:55:03 2004 +0000
+++ b/cli-runopts.c	Sun Aug 08 16:57:00 2004 +0000
@@ -43,10 +43,10 @@
 					"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);
 }