From e8e005f8c905ece4ffd4ea3596ac6567b49f0a36 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Fri, 10 Sep 2010 09:34:25 -0700 Subject: Fix message spelling Bug 5996 --- scripts/vyatta-show-snmp.pl | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'scripts') diff --git a/scripts/vyatta-show-snmp.pl b/scripts/vyatta-show-snmp.pl index b34654d..9c8e814 100755 --- a/scripts/vyatta-show-snmp.pl +++ b/scripts/vyatta-show-snmp.pl @@ -16,7 +16,7 @@ # # Author: Stephen Hemminger # Date: January 2010 -# Description: Script to display snmp information +# Description: Script to display SNMP information # # **** End License **** # @@ -39,11 +39,8 @@ sub get_community { } my $community = get_community(); -die "No SNMP community's configured\n" +die "No SNMP communities configured\n" unless $community; exec 'snmpstatus', '-c', $community, '-v', '1', 'localhost' or die "Can't exec snmpstatus: $!"; - - - -- cgit v1.2.3