From: hadaq Date: Thu, 17 Sep 2009 20:09:12 +0000 (+0000) Subject: update X-Git-Tag: v6.0~337 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=a489128ad3626c51ede37c7792456f29e922bffc;p=trbnettools.git update --- diff --git a/trbrich/trb_i2c.c b/trbrich/trb_i2c.c index 0b7145d..a6e1ad9 100644 --- a/trbrich/trb_i2c.c +++ b/trbrich/trb_i2c.c @@ -11,7 +11,7 @@ #define BUFFER_SIZE 4096 -static const char trb_i2c_version[] = "$Revision: 1.4 $"; +static const char trb_i2c_version[] = "$Revision: 1.5 $"; static const uint16_t trb_i2c_register = 0x8040; @@ -19,7 +19,7 @@ static const unsigned int timeout = 1000; void usage(const char *progName) { - printf("Usage: %s [-h] [-d level] \n", progName); + printf("Usage: %s [-h] [-d level] [-V] \n", progName); printf("Options:\n"); printf(" -h give this help\n"); printf(" -d turn on Debugging Information\n");