Commit 117ea1b1 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Update usage with new -l definition.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4798 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 0802050a
......@@ -210,7 +210,10 @@ usage(void)
fprintf(stderr, FMT, "", " -h classic [default]");
fprintf(stderr, FMT, "", " -h classic,<buckets>");
fprintf(stderr, FMT, "-i identity", "Identity of varnish instance");
fprintf(stderr, FMT, "-l bytesize", "Size of shared memory log");
fprintf(stderr, FMT, "-l shl,free,fill", "Size of shared memory file");
fprintf(stderr, FMT, "", " shl: space for SHL records [80m]");
fprintf(stderr, FMT, "", " free: space for other allocations [1m]");
fprintf(stderr, FMT, "", " fill: prefill new file [+]");
fprintf(stderr, FMT, "-M address:port", "CLI-master to connect to.");
fprintf(stderr, FMT, "-n dir", "varnishd working directory");
fprintf(stderr, FMT, "-P file", "PID file");
......
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