Added hint about hexadecimal data representation.
authorOliver Hartkopp <socketcan@hartkopp.net>
Sun, 11 May 2008 11:46:00 +0000 (11:46 +0000)
committerOliver Hartkopp <socketcan@hartkopp.net>
Sun, 11 May 2008 11:46:00 +0000 (11:46 +0000)
cangen.c

index 1589047..2da061e 100644 (file)
--- a/cangen.c
+++ b/cangen.c
@@ -103,7 +103,8 @@ void print_usage(char *prg)
     fprintf(stderr, "'i'        => increment values\n");
     fprintf(stderr, "<hexvalue> => fix value using <hexvalue>\n\n");
     fprintf(stderr, "When incrementing the CAN data the data length code "
-           "minimum is set to 1.\n\n");
+           "minimum is set to 1.\n");
+    fprintf(stderr, "CAN IDs and data content are given and expected in hexadecimal values.\n\n");
     fprintf(stderr, "Examples:\n");
     fprintf(stderr, "%s vcan0 -g 4 -I 42A -L 1 -D i -v -v   ", prg);
     fprintf(stderr, "(fixed CAN ID and length, inc. data)\n");