diff --git a/Plugins/Weather.pm b/Plugins/Weather.pm index a0501fdd..dc5fe11b 100644 --- a/Plugins/Weather.pm +++ b/Plugins/Weather.pm @@ -30,7 +30,7 @@ sub unload { sub cmd_weather { my ($self, $context) = @_; - my $usage = "Usage: weather [-u ] [location]"; + my $usage = "Usage: weather ( | -u )"; my $getopt_error; local $SIG{__WARN__} = sub { $getopt_error = shift;