Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Rename column header
Browse files Browse the repository at this point in the history
  • Loading branch information
jpignata committed Jan 3, 2018
1 parent 4b489c6 commit c29cbb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/lb_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func listLoadBalancers() {

w := new(tabwriter.Writer)
w.Init(os.Stdout, 0, 8, 1, '\t', 0)
fmt.Fprintln(w, "NAME\tTYPE\tSTATUS\tDNS NAME\tLISTENERS")
fmt.Fprintln(w, "NAME\tTYPE\tSTATUS\tDNS NAME\tPORTS")

for _, loadBalancer := range loadBalancers {
var listeners []string
Expand Down

0 comments on commit c29cbb7

Please sign in to comment.