diff options
author | John Southworth <john.southworth@vyatta.com> | 2011-04-01 13:14:14 -0500 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2011-04-01 13:14:14 -0500 |
commit | 6c190e401bb8fd38c7e08739670986bd27defafc (patch) | |
tree | 4e2d9080be85e9d5bb88a85ad27aa715bc236120 | |
parent | 4cf00a89810cd529cceb5920a28dfa0198c57b6c (diff) | |
download | vyatta-op-6c190e401bb8fd38c7e08739670986bd27defafc.tar.gz vyatta-op-6c190e401bb8fd38c7e08739670986bd27defafc.zip |
Cleanup spacing
-rwxr-xr-x | scripts/vyatta-show-interfaces.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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, "---------","-----","----","-----------"); |