Commit 4f124446 authored by Pål Hermunn Johansen's avatar Pål Hermunn Johansen

Update the manual with new default

My previous patch did not update the manual and the usage message for
varnishtest concerning the default internal buffer size.
parent 8625540b
......@@ -130,7 +130,7 @@ usage(void)
fprintf(stderr, "usage: varnishtest [options] file ...\n");
#define FMT " %-28s # %s\n"
fprintf(stderr, FMT, "-b size",
"Set internal buffer size (default: 512K)");
"Set internal buffer size (default: 1M)");
fprintf(stderr, FMT, "-D name=val", "Define macro");
fprintf(stderr, FMT, "-i", "Find varnishd in build tree");
fprintf(stderr, FMT, "-j jobs", "Run this many tests in parallel");
......
......@@ -30,7 +30,7 @@ simulate a transaction to provoke a specific behavior.
The following options are available:
-b size Set internal buffer size (default: 512K)
-b size Set internal buffer size (default: 1M)
-D name=val Define macro for use in scripts
......
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