]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
xt_quota: also document negation
authorJan Engelhardt <jengelh@medozas.de>
Fri, 2 Jul 2010 10:19:18 +0000 (12:19 +0200)
committerPatrick McHardy <kaber@trash.net>
Fri, 2 Jul 2010 10:19:18 +0000 (12:19 +0200)
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
extensions/libxt_quota.c
extensions/libxt_quota.man

index bdfc92a829d3d2f6472b037532d54c2f095cf078..ac7c686e284e3abfeb88683abebb5cb59c5f8f35 100644 (file)
@@ -19,7 +19,7 @@ static const struct option quota_opts[] = {
 static void quota_help(void)
 {
        printf("quota match options:\n"
-              " --quota quota                  quota (bytes)\n");
+              "[!] --quota quota               quota (bytes)\n");
 }
 
 static void
index f8bf77b5d7b2bbfb4855af2feb1063f5cc36424d..8d9e18b86beb8a45a04e2af7fc73247cba63bfa6 100644 (file)
@@ -1,6 +1,5 @@
 Implements network quotas by decrementing a byte counter with each
 packet.
 .TP
-\fB\-\-quota\fP \fIbytes\fP
+[\fB!\fP] \fB\-\-quota\fP \fIbytes\fP
 The quota in bytes.
-.P