diff --git a/lib/hx509/hxtool.c b/lib/hx509/hxtool.c index 3feede0cd..c6dfdcd1e 100644 --- a/lib/hx509/hxtool.c +++ b/lib/hx509/hxtool.c @@ -53,6 +53,7 @@ static void usage(int code) { arg_printusage(args, num_args, NULL, "command"); + printf("Use \"%s help\" to get more help\n", getprogname()); exit(code); }