aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2014-06-25 11:03:12 -0400
committerEvan Huus <eapache@gmail.com>2014-06-25 18:01:28 +0000
commite0461ecd4384377042fe3787acddfcc4d1ed7587 (patch)
tree8c663ffd3e066f183b57a1e38155169c8347dacb /tshark.c
parenta8652ea529fe477cc19ff98c6402010908e481b8 (diff)
Indicate tshark can read (-r) from stdin and named pipes now.
(Though it works only with certain formats.) As requested in: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2874#c4 Change-Id: I2ce0509d8750b21ae0167d12459074ba0f9506f8 Reviewed-on: https://code.wireshark.org/review/2646 Reviewed-by: Evan Huus <eapache@gmail.com>
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 aa33b99e0c..bdb8046ee1 100644
--- a/tshark.c
+++ b/tshark.c
@@ -332,7 +332,7 @@ print_usage(gboolean print_ver)
#endif
/*fprintf(output, "\n");*/
fprintf(output, "Input file:\n");
- fprintf(output, " -r <infile> set the filename to read from (no stdin!)\n");
+ fprintf(output, " -r <infile> set the filename to read from (- to read from stdin)\n");
fprintf(output, "\n");
fprintf(output, "Processing:\n");