X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/fs20pcs/blobdiff_plain/23892620b51762521f683b63cbb758f6d036c24d..f4f53d0f32b309c256086fab0147ffe3a8d25bbf:/fs20pcs.c 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");