From d0cf56e249f397383d80183522e3c47c095e100d Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Thu, 19 Jul 2001 16:29:35 +0000 Subject: [PATCH] (usage): clarify a tiny bit git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10356 ec53bebd-3082-4978-b11e-865c3cabbd6b --- kdc/hprop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kdc/hprop.c b/kdc/hprop.c index a8ad43b77..1f6dcfe93 100644 --- a/kdc/hprop.c +++ b/kdc/hprop.c @@ -493,7 +493,7 @@ static int num_args = sizeof(args) / sizeof(args[0]); static void usage(int ret) { - arg_printusage (args, num_args, NULL, "host ..."); + arg_printusage (args, num_args, NULL, "[host[:port]] ..."); exit (ret); }