]> git.zerfleddert.de Git - fs20pcs/commitdiff
fix help output
authorMichael Gernoth <michael@gernoth.net>
Sat, 18 May 2013 19:47:52 +0000 (21:47 +0200)
committerMichael Gernoth <michael@gernoth.net>
Sat, 18 May 2013 19:47:52 +0000 (21:47 +0200)
fs20pcs.c

index c149392cb6e0194e2e35d1f496357c202b520d6f..d793c55c3b0e5a3e99bf33b37ce5bb9d58ce9759 100644 (file)
--- 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");
Impressum, Datenschutz