diff cli-runopts.c @ 716:af4ef98b8591

Add URL to usage text
author Matt Johnston <matt@ucc.asn.au>
date Thu, 21 Mar 2013 23:10:47 +0800
parents aadfa8de977d
children 7fc0aeada79c
line wrap: on
line diff
--- a/cli-runopts.c	Thu Mar 21 22:55:12 2013 +0800
+++ b/cli-runopts.c	Thu Mar 21 23:10:47 2013 +0800
@@ -49,13 +49,12 @@
 
 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"