diff --git a/tshark.c b/tshark.c index 493423ab2c..8a79128f2e 100644 --- a/tshark.c +++ b/tshark.c @@ -297,7 +297,8 @@ print_usage(gboolean print_ver) fprintf(output, " -F set the output file type, default is libpcap\n"); fprintf(output, " an empty \"-F\" option will list the file types\n"); fprintf(output, " -V add output of packet tree (Packet Details)\n"); - fprintf(output, " -O Only show packet details of these protocols, comma separated\n"); + fprintf(output, " -O Only show packet details of these protocols, comma\n"); + fprintf(output, " separated\n"); fprintf(output, " -S display packets even when writing to a file\n"); fprintf(output, " -x add output of hex and ASCII dump (Packet Bytes)\n"); fprintf(output, " -T pdml|ps|psml|text|fields\n");