From: Francois-Xavier Le Bail Date: Tue, 19 May 2020 12:11:40 +0000 (+0200) Subject: Fix a typo X-Git-Tag: libpcap-1.10-bp~175 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/bb5331221cfd7b33a2aad19bf610e37044c897d7 Fix a typo --- diff --git a/testprogs/valgrindtest.c b/testprogs/valgrindtest.c index c6e566b0..058b18be 100644 --- a/testprogs/valgrindtest.c +++ b/testprogs/valgrindtest.c @@ -449,7 +449,7 @@ usage(void) (void)fprintf(stderr, "%s, with %s\n", program_name, pcap_lib_version()); (void)fprintf(stderr, - "Usage: %s [-aI] [ -F file ] [ -I interface ] [ expression ]\n", + "Usage: %s [-aI] [ -F file ] [ -i interface ] [ expression ]\n", program_name); exit(1); }