From b142bb68c1d73dfc0572f0ecc4d0e47662c875fe Mon Sep 17 00:00:00 2001 From: Dan Howe Date: Thu, 19 Apr 2018 07:43:09 +1000 Subject: [PATCH] Update docstring --- photo_to_kml/photo_to_kml.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/photo_to_kml/photo_to_kml.py b/photo_to_kml/photo_to_kml.py index 2f47a95..27fa03c 100644 --- a/photo_to_kml/photo_to_kml.py +++ b/photo_to_kml/photo_to_kml.py @@ -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. Usage: - photo_to_kml.py [-h] IMAGE_FOLDER + photo_to_kml [-h] IMAGE_FOLDER Positional arguments: IMAGE_FOLDER name of input folder @@ -15,7 +15,7 @@ Optional arguments: Examples: Create a kml for a folder of photos, named 'image_folder'. -> python photo_to_kml.py image_folder +> photo_to_kml image_folder """