ICU-5423 Added a help function for the tzone script.
X-SVN-Rev: 21702
This commit is contained in:
parent
80bfe1b739
commit
3a924f6fb7
@ -1,4 +1,10 @@
|
||||
#!/usr/bin/perl
|
||||
|
||||
if ($ARGV[0] eq '-h' || $ARGV[0] eq '--help') {
|
||||
print "Usage: tzone [year month day]\n";
|
||||
exit(0);
|
||||
}
|
||||
|
||||
my $FILE = 'tzdate-log.txt';
|
||||
my $LIBRARY = '../../lib';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user