1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Description: Fix typos in ziproxylogtool
Author: Marcos Talau <[email protected]>
Forwarded: https://sourceforge.net/p/ziproxy/bugs/35/
Last-Update: 2021-06-04
Index: ziproxy-3.3.2/man/ziproxylogtool.1
===================================================================
--- ziproxy-3.3.2.orig/man/ziproxylogtool.1
+++ ziproxy-3.3.2/man/ziproxylogtool.1
@@ -49,7 +49,7 @@ Output file (stats output). If unspecifi
\fB-h\fP, \fB--help\fP
Display summarized help
.SH FILTERING OPTIONS
-If ommited, won't apply.
+If omitted, won't apply.
.TP
\fB-1\fP, \fB--epoch-min\fP unix_epoch
Filter entries starting from that epoch.
Index: ziproxy-3.3.2/src/tools/ziproxylogtool.c
===================================================================
--- ziproxy-3.3.2.orig/src/tools/ziproxylogtool.c
+++ ziproxy-3.3.2/src/tools/ziproxylogtool.c
@@ -561,7 +561,7 @@ void process_command_line_arguments (t_g
"-i <filename>, --in-file\n\tInput file (Ziproxy log file). If unspecified, uses stdin.\n\n"
"-o <filename>, --out-file\n\tOutput file (stats output). If unspecified, uses stdout.\n\n"
"-h, --help\n\tDisplay summarized help (this text).\n\n"
- "FILTERING OPTIONS (if ommited, won't apply)\n\n"
+ "FILTERING OPTIONS (if omitted, won't apply)\n\n"
"-1 <unix epoch>, --epoch-min\n\tFilter entries starting from that epoch.\n\n"
"-2 <unix epoch>, --epoch-max\n\tFilter entries older than that epoch.\n\n"
"-3 <bytes>, --bytes-in-min\n\tFilter entries which incoming_bytes >= <bytes>\n\n"
|