comparison 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
comparison
equal deleted inserted replaced
55:0a88488a949a 56:6f091656c100
41 41
42 fprintf(stderr, "Dropbear client v%s\n" 42 fprintf(stderr, "Dropbear client v%s\n"
43 "Usage: %s [options] user@host\n" 43 "Usage: %s [options] user@host\n"
44 "Options are:\n" 44 "Options are:\n"
45 "-p <remoteport>\n" 45 "-p <remoteport>\n"
46 "-t Allocate a pty" 46 "-t Allocate a pty\n"
47 "-T Don't allocate a pty" 47 "-T Don't allocate a pty\n"
48 #ifdef DROPBEAR_PUBKEY_AUTH 48 #ifdef DROPBEAR_PUBKEY_AUTH
49 "-i <identityfile> (multiple allowed)" 49 "-i <identityfile> (multiple allowed)\n"
50 #endif 50 #endif
51 ,DROPBEAR_VERSION, cli_opts.progname); 51 ,DROPBEAR_VERSION, cli_opts.progname);
52 } 52 }
53 53
54 void cli_getopts(int argc, char ** argv) { 54 void cli_getopts(int argc, char ** argv) {