summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--canecho.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/canecho.c b/canecho.c
index 4712e06..a80b908 100644
--- a/canecho.c
+++ b/canecho.c
@@ -33,6 +33,7 @@ void print_usage(char *prg)
" -t, --type=TYPE Socket type, see man 2 socket (default SOCK_RAW = %d)\n"
" -p, --protocol=PROTO CAN protocol (default CAN_PROTO_RAW = %d)\n"
" -v, --verbose be verbose\n"
+ " -h, --help this help\n"
" --version print version information and exit\n",
prg, PF_CAN, SOCK_RAW, CAN_PROTO_RAW);
}