chore: 'uc image push' fix long description

This commit is contained in:
Pasha Sviderski
2025-11-12 09:28:54 +10:00
parent 497b9483f6
commit 90d244fea8
+1 -1
View File
@@ -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