tz_convert -V (return code: 1)
tz_convert version (Orage utility) 1.4.4
Copyright © 2008-2009 Juha Kautto
License: GNU GPL <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY.
tz_convert --help (return code: 0)
Usage: tz_convert [OPTION...] [INFILE]
-V, --version tz_convert version
-i, --infile=filename tz file name from operating system. If this is
directory, all files in it are processed
-o, --outfile=filename ical file name to be written. This can not be
directory. It is meant to be used together
with timezone parameter.
-m, --message=level message level. How much exra information is
shown. 0 is least and 10 is highest
(1=default).
-l, --limit=year limit processing to newer than this year.
-t, --timezone=filename timezone name. For example Europe/Helsinki
-r, --norecursive=level process only main directory, instead of all
subdirectories. 0 = recursive 1 = only main
directory (0=default).
-c, --exclude count=count number of excluded directories. 5 = default
(You only need this if you have more than 5
excluded directories).
-x, --exclude=directory do not process this directory, skip it. You
can give several directories with separate
parameters. By default directories right and
posix are excluded, but if you use this
parameter, you have to specify those also. ***
NOTE: This does not work in BSD due to lack of
FTW_ACTIONRETVAL feature in nftw function ***
-u, --norrule=level do not use RRULE ical repeating rule, but use
RDATE instead. Not all calendars are able to
understand RRULE correctly with timezones.
(Orage should work fine with RRULE) 0 = use
RRULE 1 = do not use RRULE (0=default).
Help options:
-?, --help Show this help message
--usage Display brief usage message