summaryrefslogtreecommitdiffstats
path: root/ip6tables-restore.c
diff options
context:
space:
mode:
authorgandalf <gandalf>2004-01-31 19:28:13 +0000
committergandalf <gandalf>2004-01-31 19:28:13 +0000
commitcc0944fd84820fccc26fdbfc26ac1378181e8bc8 (patch)
treec0f5edcbc64e983b5ae84199a7136bc80c5e8394 /ip6tables-restore.c
parentb452a970ea8771586a95f6a8253536e48a73d3bc (diff)
I guess nobody actually used --verbose
Diffstat (limited to 'ip6tables-restore.c')
-rw-r--r--ip6tables-restore.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ip6tables-restore.c b/ip6tables-restore.c
index 89ef79d..7764081 100644
--- a/ip6tables-restore.c
+++ b/ip6tables-restore.c
@@ -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'},