summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-07-02 12:19:18 +0200
committerPatrick McHardy <kaber@trash.net>2010-07-02 12:19:18 +0200
commitce06c99ee107102a7168493b55970b53380ebbb6 (patch)
treebbcba30b50a056d428a08fd46e672493cb74b506 /extensions
parente4540fcb86c2d7f4cdf51c49872847a03a11b433 (diff)
xt_quota: also document negation
Signed-off-by: Jan Engelhardt <jengelh@medozas.de> Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'extensions')
-rw-r--r--extensions/libxt_quota.c2
-rw-r--r--extensions/libxt_quota.man3
2 files changed, 2 insertions, 3 deletions
diff --git a/extensions/libxt_quota.c b/extensions/libxt_quota.c
index bdfc92a8..ac7c686e 100644
--- a/extensions/libxt_quota.c
+++ b/extensions/libxt_quota.c
@@ -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
diff --git a/extensions/libxt_quota.man b/extensions/libxt_quota.man
index f8bf77b5..8d9e18b8 100644
--- a/extensions/libxt_quota.man
+++ b/extensions/libxt_quota.man
@@ -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