Back to gpx

merge-requests/30/head
Bob Mottram 2022-08-23 11:28:37 +01:00
parent e0df4e1cac
commit c3472c4ff7
1 changed files with 1 additions and 1 deletions

View File

@ -736,7 +736,7 @@ def _command_options() -> None:
parser.add_argument('--location', dest='location', type=str, default=None,
help='Location/City of item being shared')
parser.add_argument('--mapFormat', dest='mapFormat', type=str,
default='kml',
default='gpx',
help='Format for hashtag maps GPX/KML')
parser.add_argument('--duration', dest='duration', type=str, default=None,
help='Duration for which to share an item')