comparison cli-runopts.c @ 333:9341570412e5

mention a command in the help
author Matt Johnston <matt@ucc.asn.au>
date Mon, 12 Jun 2006 03:51:40 +0000
parents d965110e3f5c
children b895f91c2ee6
comparison
equal deleted inserted replaced
332:6f90e5fd42cc 333:9341570412e5
42 #endif 42 #endif
43 43
44 static void printhelp() { 44 static void printhelp() {
45 45
46 fprintf(stderr, "Dropbear client v%s\n" 46 fprintf(stderr, "Dropbear client v%s\n"
47 "Usage: %s [options] [user@]host\n" 47 "Usage: %s [options] [user@]host [command]\n"
48 "Options are:\n" 48 "Options are:\n"
49 "-p <remoteport>\n" 49 "-p <remoteport>\n"
50 "-l <username>\n" 50 "-l <username>\n"
51 "-t Allocate a pty\n" 51 "-t Allocate a pty\n"
52 "-T Don't allocate a pty\n" 52 "-T Don't allocate a pty\n"