Mercurial > dropbear
changeset 56:6f091656c100
newlines which weren't there
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 08 Aug 2004 16:57:00 +0000 |
parents | 0a88488a949a |
children | 3b2a5a1c4347 5edf356295af bdc97a5719f4 |
files | cli-runopts.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
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); }