Add --print as an alias for -P, to match tcpdump.
authorGuy Harris <guy@alum.mit.edu>
Wed, 11 Oct 2017 19:31:16 +0000 (12:31 -0700)
committerGuy Harris <guy@alum.mit.edu>
Wed, 11 Oct 2017 19:32:43 +0000 (19:32 +0000)
commit9551aca9a685e97a03d58eb63e4b791416ba4c63
tree7a00c7d5dab79e1a8892d90f1ed673abcc89e56d
parentb2467fddb1d83a0667970968493a9dad1dfb0be1
Add --print as an alias for -P, to match tcpdump.

tcpdump just got a --print option, which causes packet information to be
printed even if the raw packets are being saved to a file with -w.  We
have -P for the same purpose; make --print another name for it.

While we're at it:

document --help and --version;

just speak of -P/--print as causing printing even of the packet
details, even though -V forces printing with -w, for consistency
with how --print is documented for tcpdump;

fix the description of -h/--help.

Change-Id: Idf650a202a09a2d1682edbd9d76123f1b1412b55
Reviewed-on: https://code.wireshark.org/review/23888
Reviewed-by: Guy Harris <guy@alum.mit.edu>
doc/tshark.pod
tshark.c