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