From 1cf1f9c2982b83d46d3d8d21bc1fd6b0c83d6222 Mon Sep 17 00:00:00 2001 From: Alan Hodgson Date: Wed, 16 Dec 2015 10:12:56 -0800 Subject: [PATCH] Escape @host in text string. --- check_json.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_json.pl b/check_json.pl index a113755..abdb764 100755 --- a/check_json.pl +++ b/check_json.pl @@ -9,7 +9,7 @@ use Nagios::Plugin; use Data::Dumper; my $np = Nagios::Plugin->new( - usage => "Usage: %s -u|--url -a|--attributes " + usage => "Usage: %s -u|--url -a|--attributes " . "[ -c|--critical ] [ -w|--warning ] " . "[ -p|--perfvars ] " . "[ -o|--outputvars ] "