Update docstring

master
Dan Howe 7 years ago
parent 538cc75b54
commit b142bb68c1

@ -4,7 +4,7 @@ This script takes a folder of images, and creates a placemark with a thumbnail
of each image, based on the GPS coordinates in the EXIF tags. of each image, based on the GPS coordinates in the EXIF tags.
Usage: Usage:
photo_to_kml.py [-h] IMAGE_FOLDER photo_to_kml [-h] IMAGE_FOLDER
Positional arguments: Positional arguments:
IMAGE_FOLDER name of input folder IMAGE_FOLDER name of input folder
@ -15,7 +15,7 @@ Optional arguments:
Examples: Examples:
Create a kml for a folder of photos, named 'image_folder'. Create a kml for a folder of photos, named 'image_folder'.
> python photo_to_kml.py image_folder > photo_to_kml image_folder
""" """

Loading…
Cancel
Save