From 009bf3dee76685c9cfa9691afe34e4498c95d6d4 Mon Sep 17 00:00:00 2001 From: david Date: Sat, 2 Mar 2024 00:24:38 +0800 Subject: [PATCH] dev --- cmd/ps.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"` }