Clarify that "-w" specifies a *pcap-format* file to be written to.

svn path=/trunk/; revision=29029
This commit is contained in:
Guy Harris 2009-07-08 19:19:06 +00:00
parent 6c25896d84
commit a3fda98056
1 changed files with 2 additions and 1 deletions

View File

@ -284,7 +284,8 @@ print_usage(gboolean print_ver)
/*fprintf(output, "\n");*/
fprintf(output, "Output:\n");
fprintf(output, " -w <outfile|-> set the output filename (or '-' for stdout)\n");
fprintf(output, " -w <outfile|-> write packets to a pcap-format file named \"outfile\"\n");
fprintf(output, " (or to the standard output for \"-\")\n");
fprintf(output, " -C <config profile> start with specified configuration profile\n");
fprintf(output, " -F <output file type> set the output file type, default is libpcap\n");
fprintf(output, " an empty \"-F\" option will list the file types\n");