summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/vyatta-show-interfaces.pl2
1 files changed, 1 insertions, 1 deletions
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) {