aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2009-07-13 23:35:26 +0000
committerGuy Harris <guy@alum.mit.edu>2009-07-13 23:35:26 +0000
commit5e7b2ff6bdda76207749f12097ceb423fd74f732 (patch)
tree419d8964ef216e6c7cb54c90f01d201f922254cc /doc
parent95a687320f1fd2d8ecda96fe3cf3ce8956e9da13 (diff)
Fix one place where we didn't mention "-t dd".
Put the description of the default time format after the description of all the time formats, i.e. say "the default is relative" after we say what "relative" is. svn path=/trunk/; revision=29089
Diffstat (limited to 'doc')
-rw-r--r--doc/tshark.pod8
-rw-r--r--doc/wireshark.pod4
2 files changed, 8 insertions, 4 deletions
diff --git a/doc/tshark.pod b/doc/tshark.pod
index fc3807bc96..a37a74f49e 100644
--- a/doc/tshark.pod
+++ b/doc/tshark.pod
@@ -410,10 +410,10 @@ memory, or saved to disk. A value of 0 specifies a snapshot length of
Decode and display packets even while writing raw packet data using the
B<-w> option.
-=item -t ad|a|r|d|e
+=item -t ad|a|r|d|dd|e
-Set the format of the packet timestamp printed in summary lines, the default
-is relative. The format can be one of:
+Set the format of the packet timestamp printed in summary lines.
+The format can be one of:
B<ad> absolute with date: The absolute date and time is the actual time and
date the packet was captured
@@ -432,6 +432,8 @@ previous displayed packet was captured
B<e> epoch: The time in seconds since epoch (Jan 1, 1970 00:00:00)
+The default format is relative.
+
=item -T pdml|psml|ps|text|fields
Set the format of the output when viewing decoded packet data. The
diff --git a/doc/wireshark.pod b/doc/wireshark.pod
index 1e484905a1..1a4563c954 100644
--- a/doc/wireshark.pod
+++ b/doc/wireshark.pod
@@ -440,7 +440,7 @@ memory, or saved to disk. A value of 0 specifies a snapshot length of
=item -t ad|a|r|d|dd|e
Set the format of the packet timestamp displayed in the packet list
-window, the default is relative. The format can be one of:
+window. The format can be one of:
B<ad> absolute with date: The absolute date and time is the actual time and
date the packet was captured
@@ -459,6 +459,8 @@ previous displayed packet was captured
B<e> epoch: The time in seconds since epoch (Jan 1, 1970 00:00:00)
+The default format is relative.
+
=item -v
Print the version and exit.