[master] 5f9ba61 Enable -t option in the utilities

Martin Blix Grydeland martin at varnish-software.com
Thu Apr 9 15:16:28 CEST 2015


commit 5f9ba61a92a03dbf502bb6dbc3eb4f1051f00780
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date:   Tue Apr 7 16:22:21 2015 +0200

    Enable -t option in the utilities
    
    Fixes: #1674

diff --git a/bin/varnishhist/varnishhist_options.h b/bin/varnishhist/varnishhist_options.h
index f3223f3..a04a7e0 100644
--- a/bin/varnishhist/varnishhist_options.h
+++ b/bin/varnishhist/varnishhist_options.h
@@ -65,5 +65,6 @@ HIS_OPT_p
 HIS_OPT_P
 VUT_OPT_q
 VUT_OPT_r
+VUT_OPT_t
 VSL_OPT_T
 VUT_OPT_V
diff --git a/bin/varnishlog/varnishlog_options.h b/bin/varnishlog/varnishlog_options.h
index 1f2ab93..2ceaa7c 100644
--- a/bin/varnishlog/varnishlog_options.h
+++ b/bin/varnishlog/varnishlog_options.h
@@ -67,6 +67,7 @@ VUT_OPT_N
 VUT_OPT_P
 VUT_OPT_q
 VUT_OPT_r
+VUT_OPT_t
 VSL_OPT_T
 VSL_OPT_v
 VUT_OPT_V
diff --git a/bin/varnishncsa/varnishncsa_options.h b/bin/varnishncsa/varnishncsa_options.h
index dc8ea30..d2b7bde 100644
--- a/bin/varnishncsa/varnishncsa_options.h
+++ b/bin/varnishncsa/varnishncsa_options.h
@@ -65,5 +65,6 @@ VUT_OPT_n
 VUT_OPT_N
 VUT_OPT_P
 VUT_OPT_q
+VUT_OPT_t
 VUT_OPT_V
 NCSA_OPT_w
diff --git a/bin/varnishtop/varnishtop_options.h b/bin/varnishtop/varnishtop_options.h
index 2d3353e..42c1755 100644
--- a/bin/varnishtop/varnishtop_options.h
+++ b/bin/varnishtop/varnishtop_options.h
@@ -68,6 +68,7 @@ VUT_OPT_N
 TOP_OPT_p
 VUT_OPT_q
 VUT_OPT_r
+VUT_OPT_t
 VSL_OPT_T
 VSL_OPT_x
 VSL_OPT_X



More information about the varnish-commit mailing list