From 90d244fea831a51b31cd30c6b1fe4871ac975143 Mon Sep 17 00:00:00 2001 From: Pasha Sviderski Date: Wed, 12 Nov 2025 09:28:54 +1000 Subject: [PATCH] chore: 'uc image push' fix long description --- cmd/uncloud/image/push.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/uncloud/image/push.go b/cmd/uncloud/image/push.go index 773c72cd..a051b221 100644 --- a/cmd/uncloud/image/push.go +++ b/cmd/uncloud/image/push.go @@ -25,7 +25,7 @@ func NewPushCommand() *cobra.Command { Use: "push IMAGE", Short: "Upload a local Docker image to the cluster.", Long: `Upload a local Docker image to the cluster transferring only the missing layers. -The image is uploaded to the machine which CLI is connected to (default) or the specified machine(s).`, +The image is uploaded to all cluster machines (default) or the specified machine(s).`, Example: ` # Push image to all machines in the cluster. uc image push myapp:latest