From 6b758c810ecdecce480260d9763c10359a05c556 Mon Sep 17 00:00:00 2001 From: Pasha Sviderski Date: Tue, 30 Sep 2025 15:24:40 +1000 Subject: [PATCH] docs: image push example --- 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 3504e831..a1a30bd8 100644 --- a/cmd/uncloud/image/push.go +++ b/cmd/uncloud/image/push.go @@ -23,7 +23,7 @@ func NewPushCommand() *cobra.Command { 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).`, - Example: ` # Push image to the currently connected machine. + Example: ` # Push image to the machine the CLI is connected to. uc image push myapp:latest # Push image to specific machine.