From b6379492f995e71ffb93d83029274639d27373e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 30 Jan 2007 21:13:09 +0000 Subject: [PATCH] Try to help how to use this command. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20069 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/hxtool.c | 1 + 1 file changed, 1 insertion(+) 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); }