From 003521a9286408c9e2d9b6d56d6eaf6993f81aad Mon Sep 17 00:00:00 2001 From: rd235 Date: Fri, 10 Jan 2014 15:04:08 +0000 Subject: [PATCH] wirefilter -N missing in getopt's optstring git-svn-id: https://svn.code.sf.net/p/vde/svn/trunk@565 d37a7db1-d92d-0410-89df-f68f52f87b57 --- vde-2/src/wirefilter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vde-2/src/wirefilter.c b/vde-2/src/wirefilter.c index 12b8233..a9d7fd0 100644 --- a/vde-2/src/wirefilter.c +++ b/vde-2/src/wirefilter.c @@ -1467,7 +1467,7 @@ int main(int argc,char *argv[]) while(1) { int c; - c = GETOPT_LONG (argc, argv, "hl:n:d:M:D:m:b:s:c:v:L:f:", + c = GETOPT_LONG (argc, argv, "hNl:n:d:M:D:m:b:s:c:v:L:f:", long_options, &option_index); if (c<0) break; -- 2.11.4.GIT