summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-05-12 15:27:40 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-05-12 15:27:40 +0200
commit452673f56cd48840f453c6a67c9592aff46c91a2 (patch)
tree26fc75cbb80f52c69abe7c4fbe3fed46cade3add /bin
parent5e98acb5ba47129fe3d9edcf1b400c3cdacc0838 (diff)
efa: Correct --date help message
Diffstat (limited to 'bin')
-rwxr-xr-xbin/efa2
1 files changed, 1 insertions, 1 deletions
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;