From 452673f56cd48840f453c6a67c9592aff46c91a2 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 12 May 2010 15:27:40 +0200 Subject: efa: Correct --date help message --- bin/efa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/efa b/bin/efa index 4c4702f..87e7047 100755 --- a/bin/efa +++ b/bin/efa @@ -292,7 +292,7 @@ if ($time) { } if ($date) { if ($date !~ /^ [0-3]? \d \. [01]? \d \. (?: \d{4} )? $/x) { - die("Invalid argument: Usage: --date DD.MM[.YYYY]\n"); + die("Invalid argument: Usage: --date DD.MM.[YYYY]\n"); } @post{'itdDateDay', 'itdDateMonth', 'itdDateYear'} = split(/\./, $date); $post{itdDateYear} //= (localtime(time))[5] + 1900; -- cgit v1.2.3