Skip to content

Commit

Permalink
changed an URL
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.muze.nl/svn/multigate_commands/trunk@186 07fb6d0f-9701-0410-8146-bd1aaf089aca
  • Loading branch information
Casper Joost Eyckelhof committed Jan 6, 2009
1 parent bba66d2 commit 0cdf3e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metar/help.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
metar <4-lettercode>: geeft weerrapport van de gevraagde locatie. (lokaties: http://www.airport-technology.com/icao-codes/)
metar <4-lettercode>: geeft weerrapport van de gevraagde locatie. (lokaties: http://www.airlinecodes.co.uk/aptcodesearch.asp)
2 changes: 1 addition & 1 deletion metar/metar.pl
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
print "Weather at $locations{$commandline} ($time). Temperature: $c_temp (C). Wind: $wind_r $wind_s (knots)\n";
print "Code: $metarcode \n" unless ($is_multicast);
} else {
print "Geef METAR ID, zie bijvoorbeeld http://www.airport-technology.com/icao-codes/\n";
print "Geef METAR ID, zie bijvoorbeeld http://www.airlinecodes.co.uk/aptcodesearch.asp\n";
my @hints = ();
## Zoek match
Expand Down

0 comments on commit 0cdf3e6

Please sign in to comment.