From faad753c6537c1e6b94fe1df05c0b1ccc02e33a4 Mon Sep 17 00:00:00 2001 From: Chris Maynard Date: Fri, 6 Sep 2013 20:40:54 +0000 Subject: The 'a' option doesn't take an argument. Fix bug introduced by r49964. svn path=/trunk/; revision=51803 --- text2pcap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'text2pcap.c') diff --git a/text2pcap.c b/text2pcap.c index c8fe7a03f8..7c109929d2 100644 --- a/text2pcap.c +++ b/text2pcap.c @@ -1480,7 +1480,7 @@ parse_options (int argc, char *argv[]) #endif /* _WIN32 */ /* Scan CLI parameters */ - while ((c = getopt(argc, argv, "Ddhqe:i:l:m:no:u:s:S:t:T:a:4:6:")) != -1) { + while ((c = getopt(argc, argv, "aDdhqe:i:l:m:no:u:s:S:t:T:4:6:")) != -1) { switch(c) { case '?': usage(); break; case 'h': usage(); break; -- cgit v1.2.3