From 59a829c428f6db97cd695612c9cc7d84a027aa0c Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Sun, 27 Dec 2020 01:41:25 +0100 Subject: [PATCH] Clarified helptext. --- rad_tag.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rad_tag.py b/rad_tag.py index 34f070e..8013452 100755 --- a/rad_tag.py +++ b/rad_tag.py @@ -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',