summaryrefslogtreecommitdiffstats
path: root/canecho.c
diff options
context:
space:
mode:
Diffstat (limited to 'canecho.c')
-rw-r--r--canecho.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/canecho.c b/canecho.c
index a9ee504..32a6972 100644
--- a/canecho.c
+++ b/canecho.c
@@ -24,6 +24,7 @@ void print_usage(char *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);
+ fprintf(stderr, " -v (verbose)\n");
}
void sigterm(int signo)