diff --git a/Plugins/Weather.pm b/Plugins/Weather.pm index 2ed53732..ebc6fe7a 100644 --- a/Plugins/Weather.pm +++ b/Plugins/Weather.pm @@ -41,7 +41,7 @@ sub unload { sub weathercmd { my ($self, $from, $nick, $user, $host, $arguments, $stuff) = @_; - my $usage = "Usage: weather [-u ] "; + my $usage = "Usage: weather [-u ] [location]"; Getopt::Long::Configure("bundling"); my $getopt_error;