1
0
mirror of https://frontier.innolan.net/rainlance/amiga-ntimed.git synced 2025-11-22 05:32:22 +00:00

Changed help text

This commit is contained in:
llsth
2015-03-13 15:35:04 +01:00
parent eb3ff55972
commit f6aded0b37

2
tz.c
View File

@ -60,7 +60,7 @@ void ArgTimezone(const char *tz)
} }
} }
Fail(NULL, 0, "Unknown timezone. Try TZ=?"); Fail(NULL, 0, "Unknown timezone. Try TIMEZONE ?");
exit(1); exit(1);
} }