diff options
author | Matt Johnston <matt@ucc.asn.au> | 2013-03-21 23:10:47 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2013-03-21 23:10:47 +0800 |
commit | 9dc30fbd2a09287b2761d58ff1d387e5d69c7e69 (patch) | |
tree | e86e7475440094b80a786d7f6004c09d11b7d322 /cli-runopts.c | |
parent | 024d268d8c3323cc16484ff2b72db702cba2464c (diff) |
Add URL to usage text
Diffstat (limited to 'cli-runopts.c')
-rw-r--r-- | cli-runopts.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cli-runopts.c b/cli-runopts.c index 791326c..5ddcc21 100644 --- a/cli-runopts.c +++ b/cli-runopts.c @@ -49,13 +49,12 @@ static void add_netcat(const char *str); static void printhelp() { - fprintf(stderr, "Dropbear client v%s\n" + fprintf(stderr, "Dropbear SSH client v%s https://matt.ucc.asn.au/dropbear/dropbear.html\n" #ifdef ENABLE_CLI_MULTIHOP "Usage: %s [options] [user@]host[/port][,[user@]host/port],...] [command]\n" #else "Usage: %s [options] [user@]host[/port] [command]\n" #endif - "Options are:\n" "-p <remoteport>\n" "-l <username>\n" "-t Allocate a pty\n" |