[master] 7b00bfa Unhide vcl.show from 'help' output, it was hidden due to overzealous copy&paste.
    Poul-Henning Kamp 
    phk at FreeBSD.org
       
    Thu Oct  2 22:41:27 CEST 2014
    
    
  
commit 7b00bfa7eabb7c6fc0f7229eb39274073e043b1a
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Thu Oct 2 20:40:51 2014 +0000
    Unhide vcl.show from 'help' output, it was hidden due to overzealous
    copy&paste.
    
    Spotted by:	scn
diff --git a/bin/varnishd/cache/cache_vcl.c b/bin/varnishd/cache/cache_vcl.c
index 0aa40fe..72dc303 100644
--- a/bin/varnishd/cache/cache_vcl.c
+++ b/bin/varnishd/cache/cache_vcl.c
@@ -503,7 +503,7 @@ static struct cli_proto vcl_cmds[] = {
 	{ CLI_VCL_LIST,         "i", ccf_config_list },
 	{ CLI_VCL_DISCARD,      "i", ccf_config_discard },
 	{ CLI_VCL_USE,          "i", ccf_config_use },
-	{ CLI_VCL_SHOW,		"i", ccf_config_show },
+	{ CLI_VCL_SHOW,		"", ccf_config_show },
 	{ NULL }
 };
 
    
    
More information about the varnish-commit
mailing list