Add PortalIP to Service describe

This commit is contained in:
Clayton Coleman
2015-02-21 18:13:28 -05:00
parent 86a0193f51
commit 36f19f77ec
2 changed files with 7 additions and 1 deletions

View File

@@ -267,7 +267,7 @@ func (h *HumanReadablePrinter) printHeader(columnNames []string, w io.Writer) er
func formatEndpoints(endpoints []api.Endpoint) string {
if len(endpoints) == 0 {
return "<empty>"
return "<none>"
}
list := []string{}
for i := range endpoints {