From 7de5c409fea2759c4f7d4b7641c74acaf01b8859 Mon Sep 17 00:00:00 2001 From: Daniel Asher Resnick Date: Wed, 25 Nov 2020 21:28:52 -0600 Subject: [PATCH] kml.pl: add usage --- kml.pl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/kml.pl b/kml.pl index b06ba99..510e716 100755 --- a/kml.pl +++ b/kml.pl @@ -94,6 +94,21 @@ sub USAGE { my $code = shift; say "USAGE: "; + say ""; + say "kml.pl add "; + say ""; + say " Adds a new placemark to ours.kml for at ."; + say " The name will automatically link to page on https://jackpoint.obscuritus.ca/"; + say ""; + say ""; + say "kml.pl set "; + say ""; + say " Sets the coordinates of the placemark to ."; + say ""; + say ""; + say "kml.pl remove "; + say ""; + say " Removes the placemark"; exit($code || 0); } sub add_empty_child