From: hadaq Date: Sun, 13 Sep 2009 12:57:19 +0000 (+0000) Subject: update X-Git-Tag: v6.0~341 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=24498f9afec03e6cb8008e89d877d399a71018fb;p=trbnettools.git update --- diff --git a/libtrbnet/trbcmd.c b/libtrbnet/trbcmd.c index d7fd82b..f2adca4 100644 --- a/libtrbnet/trbcmd.c +++ b/libtrbnet/trbcmd.c @@ -16,14 +16,14 @@ static int hexMode = HEXMODE; -static const char trbcmd_version[] = "$Revision: 2.24 $"; +static const char trbcmd_version[] = "$Revision: 2.25 $"; /* ------ MAIN ---------------------------------------------------------- */ void usage(const char *progName) { printf("Usage: %s [-h] [-f script-file] [-n number] [-d level] " - "[-H] \n", progName); + "[-H] [-V] \n", progName); printf("Options:\n"); printf(" -h give this help\n"); printf(" -f execute commands given in script-file\n");