diff --git a/command/format.go b/command/format.go index 9fa425bff8..bf51e0d97b 100644 --- a/command/format.go +++ b/command/format.go @@ -97,6 +97,7 @@ func (t TableFormatter) OutputList(ui cli.Ui, secret *api.Secret, list []interfa input := make([]string, 0, 5) input = append(input, "Keys") + input = append(input, "----") keys := make([]string, 0, len(list)) for _, k := range list {