From 184f789a9daff090a1868016bf160d434e76c7b7 Mon Sep 17 00:00:00 2001 From: hadaq Date: Sun, 8 Jan 2012 21:39:07 +0000 Subject: [PATCH] update --- libtrbnet/trbcmd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libtrbnet/trbcmd.c b/libtrbnet/trbcmd.c index 75af570..16dadb8 100644 --- a/libtrbnet/trbcmd.c +++ b/libtrbnet/trbcmd.c @@ -25,7 +25,7 @@ static int hexMode = HEXMODE; -static const char trbcmd_version[] = "$Revision: 2.74 $"; +static const char trbcmd_version[] = "$Revision: 2.75 $"; #define BACKLOG 10 static uint16_t tcp_port = 55555; @@ -108,7 +108,7 @@ void usage(const char *progName) fprintf(stdout, " -H hex-mode: all arguments will be interpreted " "as hexadecimal-numbers\n"); - fprintf(stdout, " -e put a EOF marker \"\" at end of output\n"); + fprintf(stdout, " -e put an EOF marker \"\" at end of output\n"); fprintf(stdout, " -V version number\n"); fprintf(stdout, "\nCommands:\n"); fprintf(stdout, " r -> " -- 2.43.0