Commit dadff02b authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

varnishtop -d does not exit by itself

Unless -1 is used too, but -1 already implies -d so it doesn't really
count.

Fixes #2721
parent 6c8fed90
......@@ -37,6 +37,11 @@
" statistics once and exit. Implies ``-d``." \
)
#define TOP_OPT_d \
VOPT("d", "[-d]", "Process old log entries", \
"Process log records at the head of the log." \
)
#define TOP_OPT_f \
VOPT("f", "[-f]", "First field only", \
"Sort and group only on the first field of each log entry." \
......@@ -59,7 +64,7 @@ TOP_OPT_1
VSL_OPT_b
VSL_OPT_c
VSL_OPT_C
VUT_OPT_d
TOP_OPT_d
TOP_OPT_f
VUT_OPT_g
VUT_OPT_h
......
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