aboutsummaryrefslogtreecommitdiffstats
path: root/tethereal.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-07-25 08:32:32 +0000
committerGuy Harris <guy@alum.mit.edu>2004-07-25 08:32:32 +0000
commita6b4a098ff0ac0f8c0aefea499d0eabc093f718d (patch)
tree2581795f571da0c88f570aa8fc0a75a39935fd26 /tethereal.c
parentb5c1e171b476d6f90bd2926c1fc7c606f9d4e9a3 (diff)
"-T ps" should not imply "-V"; one should be able to get a list of
packet summaries in PostScript. svn path=/trunk/; revision=11512
Diffstat (limited to 'tethereal.c')
-rw-r--r--tethereal.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tethereal.c b/tethereal.c
index c2bcc5f074..3c1384adb9 100644
--- a/tethereal.c
+++ b/tethereal.c
@@ -1228,7 +1228,6 @@ main(int argc, char *argv[])
} else if (strcmp(optarg, "ps") == 0) {
output_action = WRITE_TEXT;
print_format = PR_FMT_PS;
- verbose = TRUE;
} else if (strcmp(optarg, "pdml") == 0) {
output_action = WRITE_XML;
verbose = TRUE;