aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2007-09-28 16:34:59 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2007-09-28 16:34:59 +0000
commite55168c53df2810cf2ecaf39ef90db245bd17882 (patch)
tree964ae181fd4e2754c81e59a82bc470fcb3ab560e /tshark.c
parentba1f5676e057d5419bb13b9bea148c5f7d889809 (diff)
Specify that -l causes tshark to flush the *standard* output (from bug 1875). The man page already states this
svn path=/trunk/; revision=23014
Diffstat (limited to 'tshark.c')
-rw-r--r--tshark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tshark.c b/tshark.c
index 3595689f3a..ecea587a3f 100644
--- a/tshark.c
+++ b/tshark.c
@@ -275,7 +275,7 @@ print_usage(gboolean print_ver)
fprintf(output, " separator=/t|/s|<char> select tab, space, printable character as separator\n");
fprintf(output, " quote=d|s|n select double, single, no quotes for values\n");
fprintf(output, " -t ad|a|r|d|dd|e output format of time stamps (def: r: rel. to first)\n");
- fprintf(output, " -l flush output after each packet\n");
+ fprintf(output, " -l flush standard output after each packet\n");
fprintf(output, " -q be more quiet on stdout (e.g. when using statistics)\n");
fprintf(output, " -X <key>:<value> eXtension options, see the man page for details\n");
fprintf(output, " -z <statistics> various statistics, see the man page for details\n");