From 7a446b06c39a7e29788ff96b65da1068e40e0f6d Mon Sep 17 00:00:00 2001 From: baude Date: Thu, 1 Apr 2021 10:02:28 -0500 Subject: fix machine naming conventions try to align the machine commands and their usage descriptions. [NO TESTS NEEDED] Signed-off-by: baude --- cmd/podman/machine/stop.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/podman/machine/stop.go') diff --git a/cmd/podman/machine/stop.go b/cmd/podman/machine/stop.go index 36b434d8e..4235b64f1 100644 --- a/cmd/podman/machine/stop.go +++ b/cmd/podman/machine/stop.go @@ -14,7 +14,7 @@ var ( stopCmd = &cobra.Command{ Use: "stop [MACHINE]", Short: "Stop an existing machine", - Long: "Stop an existing machine ", + Long: "Stop a managed virtual machine ", RunE: stop, Args: cobra.MaximumNArgs(1), Example: `podman machine stop myvm`, -- cgit v1.2.3-54-g00ecf