From: des Date: Sat, 16 Sep 2006 12:29:08 +0000 (+0000) Subject: Fix usage string. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abb9704202a8753e1d767f550be3b8e7ab4a40f9;p=varnish Fix usage string. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1014 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- 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); }