dect
/
libpcap
Archived
13
0
Fork 0

Add the -p flag to the usage message.

This commit is contained in:
Guy Harris 2009-07-30 20:32:04 -07:00
parent e29e700736
commit 0101db9e7c
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ countme(u_char *user, const struct pcap_pkthdr *h, const u_char *sp)
static void
usage(void)
{
(void)fprintf(stderr, "Usage: %s [ -stn ] [ -i interface ] [expression]\n",
(void)fprintf(stderr, "Usage: %s [ -sptn ] [ -i interface ] [expression]\n",
program_name);
exit(1);
}