summaryrefslogtreecommitdiffstats
path: root/candump.c
diff options
context:
space:
mode:
Diffstat (limited to 'candump.c')
-rw-r--r--candump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/candump.c b/candump.c
index d159ee8..7547207 100644
--- a/candump.c
+++ b/candump.c
@@ -20,7 +20,7 @@ static int running = 1;
void print_usage(char *prg)
{
- fprintf(stderr, "Usage: %s [can-interface]\n", prg);
+ fprintf(stderr, "Usage: %s [can-interface] [Options]\n", prg);
fprintf(stderr, "Options: -f <family> (default PF_CAN = %d)\n", PF_CAN);
fprintf(stderr, " -t <type> (default SOCK_RAW = %d)\n", SOCK_RAW);
fprintf(stderr, " -p <proto> (default CAN_PROTO_RAW = %d)\n", CAN_PROTO_RAW);