diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-05-12 15:27:40 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-05-12 15:27:40 +0200 |
commit | 452673f56cd48840f453c6a67c9592aff46c91a2 (patch) | |
tree | 26fc75cbb80f52c69abe7c4fbe3fed46cade3add /bin | |
parent | 5e98acb5ba47129fe3d9edcf1b400c3cdacc0838 (diff) |
efa: Correct --date help message
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/efa | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |