Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnish-cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
varnishcache
varnish-cache
Commits
45553c62
Commit
45553c62
authored
Jun 09, 2015
by
Dridi Boukelmoune
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document varnishlog -w/-r with more details
Fixes #1742
parent
acb98c8f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
5 deletions
+9
-5
varnishlog_options.h
bin/varnishlog/varnishlog_options.h
+7
-4
vut_options.h
include/vut_options.h
+2
-1
No files found.
bin/varnishlog/varnishlog_options.h
View file @
45553c62
...
...
@@ -32,13 +32,14 @@
#define LOG_OPT_a \
VOPT("a", "[-a]", "Append to file", \
"When writing output to a file
, append to it rather than
" \
"
overwrite it."
\
"When writing output to a file
with the -w option, append
" \
"
to it rather than overwrite it."
\
)
#define LOG_OPT_A \
VOPT("A", "[-A]", "Text output", \
"Output data in ascii format." \
"When writing output to a file with the -w option, output" \
" data in ascii format." \
)
#define LOG_OPT_w \
...
...
@@ -46,7 +47,9 @@
"Redirect output to file. The file will be overwritten" \
" unless the -a option was specified. If the application" \
" receives a SIGHUP the file will be reopened allowing" \
" the old one to be rotated away." \
" the old one to be rotated away. The file can then be" \
" read by varnishlog and other tools with the -r option," \
" unless the -A option was specified." \
)
LOG_OPT_a
...
...
include/vut_options.h
View file @
45553c62
...
...
@@ -81,7 +81,8 @@
#define VUT_OPT_r \
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 -w filename``." \
)
#define VUT_OPT_t \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment