r4380 - branches/2.0/varnish-cache/bin/varnishd
    tfheen at projects.linpro.no 
    tfheen at projects.linpro.no
       
    Thu Dec  3 11:45:09 CET 2009
    
    
  
Author: tfheen
Date: 2009-12-03 11:45:09 +0100 (Thu, 03 Dec 2009)
New Revision: 4380
Modified:
   branches/2.0/varnish-cache/bin/varnishd/varnishd.c
Log:
Merge r4354: Document -C option in usage.
Fixes #559
Modified: branches/2.0/varnish-cache/bin/varnishd/varnishd.c
===================================================================
--- branches/2.0/varnish-cache/bin/varnishd/varnishd.c	2009-12-03 09:18:03 UTC (rev 4379)
+++ branches/2.0/varnish-cache/bin/varnishd/varnishd.c	2009-12-03 10:45:09 UTC (rev 4380)
@@ -209,6 +209,7 @@
 	fprintf(stderr, FMT, "-b address:port", "backend address and port");
 	fprintf(stderr, FMT, "", "   -b <hostname_or_IP>");
 	fprintf(stderr, FMT, "", "   -b '<hostname_or_IP>:<port_or_service>'");
+	fprintf(stderr, FMT, "-C", "print VCL code compiled to C language");
 	fprintf(stderr, FMT, "-d", "debug");
 	fprintf(stderr, FMT, "-f file", "VCL script");
 	fprintf(stderr, FMT, "-F", "Run in foreground");
    
    
More information about the varnish-commit
mailing list