summaryrefslogtreecommitdiffstats
path: root/iptables-restore.c
diff options
context:
space:
mode:
authorMartin Josefsson <gandalf@wlug.westbo.se>2004-01-31 19:28:13 +0000
committerMartin Josefsson <gandalf@wlug.westbo.se>2004-01-31 19:28:13 +0000
commitec7897120d739896eff4f9b2c5a1de15364382b7 (patch)
treec0f5edcbc64e983b5ae84199a7136bc80c5e8394 /iptables-restore.c
parent073df8feb0a8c4023ce40138e519ac9b341b1ca2 (diff)
I guess nobody actually used --verbose
Diffstat (limited to 'iptables-restore.c')
-rw-r--r--iptables-restore.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/iptables-restore.c b/iptables-restore.c
index 9ef78c78..fdff5b45 100644
--- a/iptables-restore.c
+++ b/iptables-restore.c
@@ -4,7 +4,7 @@
*
* This code is distributed under the terms of GNU GPL v2
*
- * $Id: iptables-restore.c,v 1.27 2004/01/05 09:41:50 laforge Exp $
+ * $Id: iptables-restore.c,v 1.28 2004/01/31 15:33:55 gandalf Exp $
*/
#include <getopt.h>
@@ -27,7 +27,7 @@ static int binary = 0, counters = 0, verbose = 0, noflush = 0;
static struct option options[] = {
{ "binary", 0, 0, 'b' },
{ "counters", 0, 0, 'c' },
- { "verbose", 1, 0, 'v' },
+ { "verbose", 0, 0, 'v' },
{ "help", 0, 0, 'h' },
{ "noflush", 0, 0, 'n'},
{ "modprobe", 1, 0, 'M'},