From 3e558fcee784500620f20ce147ec622eb8956839 Mon Sep 17 00:00:00 2001 From: laforge Date: Fri, 7 Dec 2001 10:57:33 +0000 Subject: add timezone support to time match --- extensions/libipt_time.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/libipt_time.c b/extensions/libipt_time.c index 8fde010..1ad5058 100644 --- a/extensions/libipt_time.c +++ b/extensions/libipt_time.c @@ -221,13 +221,13 @@ parse(int c, char **argv, int invert, unsigned int *flags, return 1; } -/* Final check; must have specified --time-start --time-stop --days. */ +/* Final check; must have specified --timestart --timestop --days. */ static void final_check(unsigned int flags) { if (flags != (IPT_TIME_START | IPT_TIME_STOP | IPT_TIME_DAYS)) exit_error(PARAMETER_PROBLEM, - "TIME match: You must specify `--time-start --time-stop and --days'"); + "TIME match: You must specify `--timestart --timestop and --days'"); } -- cgit v1.2.3