Commit 54e40db4 authored by Geoff Simmons's avatar Geoff Simmons

varnishevent: correct usage

parent a86e92e1
......@@ -524,8 +524,8 @@ usage(void)
{
fprintf(stderr,
"usage: varnishevent %s [-aDVg] [-n varnish_name] "
"[-G configfile] [-P pidfile] [-w outputfile]\n", VSL_USAGE);
"usage: varnishevent %s [-aDVg] [-G configfile] [-P pidfile] "
"[-w outputfile]\n", VSL_USAGE);
exit(1);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment