Clarified helptext.

This commit is contained in:
Marcus Scholz 2020-12-27 01:41:25 +01:00
parent 3f777b7e55
commit 59a829c428
1 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,8 @@ parser.add_argument(
metavar='Timezone',
default='utc',
help='''Manually set timezone of CSV / and Photo timestamp, defaults to
UTC if omitted. This is useful, if the GPS-Logger saves the time incl.
timezone'''
UTC if omitted. This is useful, if the GPS-Logger saves the time in local
time (without timezone).'''
)
parser.add_argument(
'-d', '--dry',