comparison dropbearkey.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 3aa74a4d83ae
children d1575fdc29a6
comparison
equal deleted inserted replaced
715:cd3d3c63d189 716:af4ef98b8591
63 63
64 /* Print a help message */ 64 /* Print a help message */
65 static void printhelp(char * progname) { 65 static void printhelp(char * progname) {
66 66
67 fprintf(stderr, "Usage: %s -t <type> -f <filename> [-s bits]\n" 67 fprintf(stderr, "Usage: %s -t <type> -f <filename> [-s bits]\n"
68 "Options are:\n"
69 "-t type Type of key to generate. One of:\n" 68 "-t type Type of key to generate. One of:\n"
70 #ifdef DROPBEAR_RSA 69 #ifdef DROPBEAR_RSA
71 " rsa\n" 70 " rsa\n"
72 #endif 71 #endif
73 #ifdef DROPBEAR_DSS 72 #ifdef DROPBEAR_DSS