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