]> jspc29.x-matter.uni-frankfurt.de Git - trbnettools.git/commitdiff
update
authorhadaq <hadaq>
Thu, 17 Sep 2009 20:09:12 +0000 (20:09 +0000)
committerhadaq <hadaq>
Thu, 17 Sep 2009 20:09:12 +0000 (20:09 +0000)
trbrich/trb_i2c.c

index 0b7145dfd951c5774dab08846994f6af450803f3..a6e1ad9243e5688f2d07ad8bfee0593a19ed45c4 100644 (file)
@@ -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] <COMMAND>\n", progName);
+  printf("Usage: %s [-h] [-d level] [-V] <COMMAND>\n", progName);
   printf("Options:\n");
   printf("  -h    give this help\n");
   printf("  -d    turn on Debugging Information\n");