From 9093c16e4afe630cb94efe99f45d05274d4863e9 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Wed, 29 Jan 2020 12:04:30 -0800 Subject: [PATCH] Plugins/Weather: update usage: "location" is an optional argument --- Plugins/Weather.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;