From 11007e953311f6ba2c929e1a0b7315a1e25be09c Mon Sep 17 00:00:00 2001 From: Michael Gernoth Date: Sat, 18 May 2013 21:59:21 +0000 Subject: [PATCH] more help fixes --- fs20pcs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs20pcs.c b/fs20pcs.c index 1223ceb..10f9718 100644 --- a/fs20pcs.c +++ b/fs20pcs.c @@ -276,8 +276,8 @@ void syntax(char *prog) 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"); - fprintf(stderr, "\t-a [ELV|hex]\t\tsend commands to device at specified address\n"); + fprintf(stderr, "The following options need an housecode:\n"); + fprintf(stderr, "\t-a [ELV|hex]\tsend commands to device at specified address\n"); fprintf(stderr, "\t-s hex\t\tsend command byte\n"); fprintf(stderr, "\t-e hex\t\textension byte for command\n"); fprintf(stderr, "\t-r n\t\trepeat sending n times\n"); -- 2.39.2