Commit 5860d8e3 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Remember to tell getopt about -s


git-svn-id: http://www.varnish-cache.org/svn/trunk@171 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent cef54789
......@@ -378,7 +378,7 @@ main(int argc, char *argv[])
VCL_InitCompile();
while ((o = getopt(argc, argv, "b:df:p:")) != -1)
while ((o = getopt(argc, argv, "b:df:p:s:")) != -1)
switch (o) {
case 'b':
bflag = optarg;
......
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