]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
I guess nobody actually used --verbose
authorMartin Josefsson <gandalf@wlug.westbo.se>
Sat, 31 Jan 2004 19:28:13 +0000 (19:28 +0000)
committerMartin Josefsson <gandalf@wlug.westbo.se>
Sat, 31 Jan 2004 19:28:13 +0000 (19:28 +0000)
ip6tables-restore.c
iptables-restore.c

index 89ef79d2f546c96caaf236979ee4e53d6af0e495..776408167a973883c5a0dae62042c5b3b43d4ec4 100644 (file)
@@ -7,7 +7,7 @@
  *     Rusty Russell <rusty@linuxcare.com.au>
  * This code is distributed under the terms of GNU GPL v2
  *
- * $Id: ip6tables-restore.c,v 1.13 2004/01/05 09:41:51 laforge Exp $
+ * $Id: ip6tables-restore.c,v 1.14 2004/01/31 15:33:55 gandalf Exp $
  */
 
 #include <getopt.h>
@@ -30,7 +30,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'},
index 9ef78c78d85ff0ee95a927ab45eeb9bd9da86030..fdff5b45c058d349ab24021db0c4126d73c54cbc 100644 (file)
@@ -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'},