From: Michael Gernoth Date: Sat, 18 May 2013 19:47:52 +0000 (+0200) Subject: fix help output X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/fs20pcs/commitdiff_plain/f4f53d0f32b309c256086fab0147ffe3a8d25bbf fix help output --- diff --git a/fs20pcs.c b/fs20pcs.c index c149392..d793c55 100644 --- a/fs20pcs.c +++ b/fs20pcs.c @@ -224,7 +224,7 @@ void syntax(char *prog) { fprintf(stderr, "Syntax: %s options\n\n", prog); fprintf(stderr, "Possible options:\n"); - fprintf(stderr, "\t-V\t\trequest hardware-version\n"); + fprintf(stderr, "\t-V\t\trequest firmware-version\n"); fprintf(stderr, "\t-x\t\tabort sending long press\n"); fprintf(stderr, "\t-h [ELV|hex]\thousecode in ELV- or hex-notation\n"); fprintf(stderr, "The following actions need an housecode:\n");