summaryrefslogtreecommitdiffstats
path: root/iptables-save.c
diff options
context:
space:
mode:
authormarc <marc>2001-12-06 15:05:48 +0000
committermarc <marc>2001-12-06 15:05:48 +0000
commitfcaab9b8589d7d3b4bf1941c041b8b0e75cb3497 (patch)
tree0d711264d1b42a395e5883e3ffae6546afdff97b /iptables-save.c
parent29969127cabf11d361e0d8b18a1d6224fb308574 (diff)
Added -d and -t short options to getopt_long() call.
Diffstat (limited to 'iptables-save.c')
-rw-r--r--iptables-save.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iptables-save.c b/iptables-save.c
index c25e636..e57cd7c 100644
--- a/iptables-save.c
+++ b/iptables-save.c
@@ -320,7 +320,7 @@ int main(int argc, char *argv[])
init_extensions();
#endif
- while ((c = getopt_long(argc, argv, "bc", options, NULL)) != -1) {
+ while ((c = getopt_long(argc, argv, "bcdt:", options, NULL)) != -1) {
switch (c) {
case 'b':
binary = 1;