# HG changeset patch # User Matt Johnston # Date 1091984220 0 # Node ID 6f091656c100e2d166f8caeffb9d5226d9a5bdd0 # Parent 0a88488a949ab51ca0a74e81ca0447466c8748d5 newlines which weren't there diff -r 0a88488a949a -r 6f091656c100 cli-runopts.c --- 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 \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 (multiple allowed)" + "-i (multiple allowed)\n" #endif ,DROPBEAR_VERSION, cli_opts.progname); }