From ce06c99ee107102a7168493b55970b53380ebbb6 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 2 Jul 2010 12:19:18 +0200 Subject: xt_quota: also document negation Signed-off-by: Jan Engelhardt Signed-off-by: Patrick McHardy --- extensions/libxt_quota.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/libxt_quota.c') 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 -- cgit v1.2.3