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