diff --git a/cmd/ps.go b/cmd/ps.go index a868599..1ba05ec 100644 --- a/cmd/ps.go +++ b/cmd/ps.go @@ -42,8 +42,8 @@ type PsTable struct { Status string PID string Performance string - CurrentVersion string `table:"Current Version"` - RegisterVersion string `table:"Register Version"` + CurrentVersion string `table:"Local Version"` + RegisterVersion string `table:"Registry Version"` UpdatedAt string `table:"Updated At"` }