From 4872a8c53e055ba3c606d53f4d8b81393c67aefd Mon Sep 17 00:00:00 2001 From: John Southworth Date: Mon, 27 Jun 2011 16:49:55 -0500 Subject: fix typo in show interfaces legend --- scripts/vyatta-show-interfaces.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/vyatta-show-interfaces.pl b/scripts/vyatta-show-interfaces.pl index 8faaa5c..393af46 100755 --- a/scripts/vyatta-show-interfaces.pl +++ b/scripts/vyatta-show-interfaces.pl @@ -261,7 +261,7 @@ sub run_show_intf_brief { my @intfs = @_; my $format = "%-12s %-33s %-4s %-28s\n"; my $format2 = "%-12s %-33s\n"; - print "Codes: S - State, L - Link, U - Up, D - Down, A - Admin Down\n"; + print "Codes: S - State, L - Link, u - Up, D - Down, A - Admin Down\n"; printf($format, "Interface","IP Address","S/L","Description"); printf($format, "---------","----------","---","-----------"); foreach my $intf (@intfs) { -- cgit v1.2.3