[4.1] 06fc521 Forgot to include client/backend profile info in the man page
PÃ¥l Hermunn Johansen
hermunn at varnish-software.com
Fri Sep 9 13:01:04 CEST 2016
commit 06fc521eac6bb7eddb3d57e9a72f16b688ccf2cc
Author: Nils Goroll <nils.goroll at uplex.de>
Date: Mon Jul 25 15:20:51 2016 +0200
Forgot to include client/backend profile info in the man page
diff --git a/bin/varnishhist/varnishhist_options.h b/bin/varnishhist/varnishhist_options.h
index 912e6d3..04cc607 100644
--- a/bin/varnishhist/varnishhist_options.h
+++ b/bin/varnishhist/varnishhist_options.h
@@ -79,7 +79,8 @@ HIS_OPT_p
#define HIS_PROF(name,cb,tag,prefix,field,hist_low,high_high,doc) \
VOPT("P:", "[-P " name "]", \
"Predefined " cb " profile", \
- doc " (Field " #field " of " #tag " " prefix " log tags)" \
+ "Predefined " cb " profile: " doc \
+ " (Field " #field " of " #tag " " prefix " log tags)" \
)
#include "varnishhist_profiles.h"
#undef HIS_NO_PREFIX
More information about the varnish-commit
mailing list