From 6c190e401bb8fd38c7e08739670986bd27defafc Mon Sep 17 00:00:00 2001 From: John Southworth Date: Fri, 1 Apr 2011 13:14:14 -0500 Subject: Cleanup spacing --- 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 f278ddd..86545c4 100755 --- a/scripts/vyatta-show-interfaces.pl +++ b/scripts/vyatta-show-interfaces.pl @@ -236,7 +236,7 @@ sub run_show_intf { sub run_show_intf_brief { my @intfs = @_; - my $format = "%-10s %-11s %-6s %-48s\n"; + my $format = "%-13s %-11s %-6s %-47s\n"; my $format2 = "%-1s %-40s\n"; printf($format, "Interface","State","Link","Description"); printf($format, "---------","-----","----","-----------"); -- cgit v1.2.3