43df5c
diff -up iptables-1.4.21/iptables/ip6tables-save.c.rhbz_1054871 iptables-1.4.21/iptables/ip6tables-save.c
43df5c
--- iptables-1.4.21/iptables/ip6tables-save.c.rhbz_1054871	2013-11-22 12:18:13.000000000 +0100
43df5c
+++ iptables-1.4.21/iptables/ip6tables-save.c	2014-03-11 16:19:11.855799695 +0100
43df5c
@@ -141,7 +141,7 @@ int ip6tables_save_main(int argc, char *
43df5c
 	init_extensions6();
43df5c
 #endif
43df5c
 
43df5c
-	while ((c = getopt_long(argc, argv, "bcdt:", options, NULL)) != -1) {
43df5c
+	while ((c = getopt_long(argc, argv, "M:cdt:", options, NULL)) != -1) {
43df5c
 		switch (c) {
43df5c
 		case 'c':
43df5c
 			show_counters = 1;
43df5c
diff -up iptables-1.4.21/iptables/iptables-save.8.in.rhbz_1054871 iptables-1.4.21/iptables/iptables-save.8.in
43df5c
--- iptables-1.4.21/iptables/iptables-save.8.in.rhbz_1054871	2013-11-22 12:18:13.000000000 +0100
43df5c
+++ iptables-1.4.21/iptables/iptables-save.8.in	2014-03-11 16:15:54.491729364 +0100
43df5c
@@ -23,11 +23,11 @@ iptables-save \(em dump iptables rules t
43df5c
 .P
43df5c
 ip6tables-save \(em dump iptables rules to stdout
43df5c
 .SH SYNOPSIS
43df5c
-\fBiptables\-save\fP [\fB\-M\fP \fImodprobe\fP] [\fB\-c\fP]
43df5c
+\fBiptables\-save\fP [\fB\-M\fP,\fB\-\-modprobe\fP \fImodprobe\fP] [\fB\-c\fP]
43df5c
 [\fB\-t\fP \fItable\fP]
43df5c
 .P
43df5c
-\fBip6tables\-save\fP [\fB\-M\fP \fImodprobe\fP] [\fB\-c\fP]
43df5c
-[\fB\-t\fP \fItable\fP
43df5c
+\fBip6tables\-save\fP [\fB\-M\fP,\fB\-\-modprobe\fP \fImodprobe\fP] [\fB\-c\fP]
43df5c
+[\fB\-t\fP \fItable\fP]
43df5c
 .SH DESCRIPTION
43df5c
 .PP
43df5c
 .B iptables-save
43df5c
@@ -36,7 +36,7 @@ and
43df5c
 are used to dump the contents of IP or IPv6 Table in easily parseable format
43df5c
 to STDOUT. Use I/O-redirection provided by your shell to write to a file.
43df5c
 .TP
43df5c
-\fB\-M\fP \fImodprobe_program\fP
43df5c
+\fB\-M\fP,\fB\-\-modprobe\fP \fImodprobe_program\fP
43df5c
 Specify the path to the modprobe program. By default, iptables-save will
43df5c
 inspect /proc/sys/kernel/modprobe to determine the executable's path.
43df5c
 .TP
43df5c
diff -up iptables-1.4.21/iptables/iptables-save.c.rhbz_1054871 iptables-1.4.21/iptables/iptables-save.c
43df5c
--- iptables-1.4.21/iptables/iptables-save.c.rhbz_1054871	2013-11-22 12:18:13.000000000 +0100
43df5c
+++ iptables-1.4.21/iptables/iptables-save.c	2014-03-11 16:19:38.354409495 +0100
43df5c
@@ -140,7 +140,7 @@ iptables_save_main(int argc, char *argv[
43df5c
 	init_extensions4();
43df5c
 #endif
43df5c
 
43df5c
-	while ((c = getopt_long(argc, argv, "bcdt:", options, NULL)) != -1) {
43df5c
+	while ((c = getopt_long(argc, argv, "M:cdt:", options, NULL)) != -1) {
43df5c
 		switch (c) {
43df5c
 		case 'c':
43df5c
 			show_counters = 1;