Commit 299bc3d6 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Document varnishlog -w/-r with more details

Fixes #1742
parent bfbaae3b
...@@ -38,7 +38,8 @@ ...@@ -38,7 +38,8 @@
#define LOG_OPT_B \ #define LOG_OPT_B \
VOPT("B", "[-B]", "Binary output", \ VOPT("B", "[-B]", "Binary output", \
"Output binary data suitable for reading with -r." \ "Output binary data suitable for reading with -r. The -w" \
" option specifies where the binary output is written." \
) )
#define LOG_OPT_w \ #define LOG_OPT_w \
......
...@@ -81,7 +81,8 @@ ...@@ -81,7 +81,8 @@
#define VUT_OPT_r \ #define VUT_OPT_r \
VOPT("r:", "[-r filename]", "Binary file input", \ VOPT("r:", "[-r filename]", "Binary file input", \
"Read log in binary file format from this file." \ "Read log in binary file format from this file. The file" \
" can be created with ``varnishlog -B -w filename``." \
) )
#define VUT_OPT_V \ #define VUT_OPT_V \
......
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