summaryrefslogtreecommitdiffstats
path: root/src/conntrack.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conntrack.c')
-rw-r--r--src/conntrack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conntrack.c b/src/conntrack.c
index 2339a2c..18baf96 100644
--- a/src/conntrack.c
+++ b/src/conntrack.c
@@ -96,7 +96,7 @@ static struct option original_opts[] = {
{"family", 1, 0, 'f'},
{"src-nat", 1, 0, 'n'},
{"dst-nat", 1, 0, 'g'},
- {"output", 0, 0, 'o'},
+ {"output", 1, 0, 'o'},
{0, 0, 0, 0}
};