summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-09-10 09:34:25 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-09-10 09:34:25 -0700
commite8e005f8c905ece4ffd4ea3596ac6567b49f0a36 (patch)
treed96905e8751eeebde1aea354ca5edf56c662be96 /scripts
parent2803300408a66c6d53cf66f59835484ef4ddcd9e (diff)
downloadvyatta-op-e8e005f8c905ece4ffd4ea3596ac6567b49f0a36.tar.gz
vyatta-op-e8e005f8c905ece4ffd4ea3596ac6567b49f0a36.zip
Fix message spelling
Bug 5996
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/vyatta-show-snmp.pl7
1 files changed, 2 insertions, 5 deletions
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: $!";
-
-
-