diff options
author | Guy Harris <guy@alum.mit.edu> | 1999-10-02 20:00:46 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 1999-10-02 20:00:46 +0000 |
commit | 79ec5a3ba92e47d6d188c6ef98c47047149d0100 (patch) | |
tree | 4ba3160d4929a538076ec9bd2c55c7ec3e62a002 /doc/ethereal.pod.template | |
parent | 37aa82160348e03516781bd0dd252cee3362fb0a (diff) | |
download | wireshark-79ec5a3ba92e47d6d188c6ef98c47047149d0100.tar.gz wireshark-79ec5a3ba92e47d6d188c6ef98c47047149d0100.tar.bz2 wireshark-79ec5a3ba92e47d6d188c6ef98c47047149d0100.zip |
Get rid of "-F" - "-S" works, and has a more convenient UI.
Print a usage message if an illegal command-line flag is seen.
Clean up the usage message a bit.
svn path=/trunk/; revision=755
Diffstat (limited to 'doc/ethereal.pod.template')
-rw-r--r-- | doc/ethereal.pod.template | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/doc/ethereal.pod.template b/doc/ethereal.pod.template index 4fe41daacf..9247469326 100644 --- a/doc/ethereal.pod.template +++ b/doc/ethereal.pod.template @@ -9,7 +9,6 @@ B<ethereal> S<[ B<-B> byte view height ]> S<[ B<-b> bold font ]> S<[ B<-c> count ]> -S<[ B<-F> ]> S<[ B<-f> filter expression ]> S<[ B<-h> ]> S<[ B<-i> interface ]> @@ -77,12 +76,6 @@ pane that corresponds to the field selected in the protocol tree pane. Sets the default number of packets to read when capturing live data. -=item -F - -Specifies that the live packet capture will be performed in a separate -process. It is then possible to open/reload the file to display the -packets actually captured. - =item -f Sets the capture filter expression. @@ -134,9 +127,8 @@ the filter are discarded. =item -S Specifies that the live packet capture will be performed in a separate -process (same as option B<-F>) and that the packet displaying should be -synchronized with the capture session without human operation -(i.e. without load/reload). +process, and that the packet display will automatically be updated as +packets are seen. =item -s |