From abb9704202a8753e1d767f550be3b8e7ab4a40f9 Mon Sep 17 00:00:00 2001 From: des Date: Sat, 16 Sep 2006 12:29:08 +0000 Subject: [PATCH] Fix usage string. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1014 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishtop/varnishtop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varnish-cache/bin/varnishtop/varnishtop.c b/varnish-cache/bin/varnishtop/varnishtop.c index 715bf863..0124e511 100644 --- a/varnish-cache/bin/varnishtop/varnishtop.c +++ b/varnish-cache/bin/varnishtop/varnishtop.c @@ -38,7 +38,7 @@ static unsigned ntop; static void usage(void) { - fprintf(stderr, "usage: varnishtop [-1V]\n"); + fprintf(stderr, "usage: varnishtop %s [-1V]\n", VSL_USAGE); exit(1); } -- 2.39.5