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/list.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/podman/machine/list.go') diff --git a/cmd/podman/machine/list.go b/cmd/podman/machine/list.go index 3c8368c6b..ce4129e87 100644 --- a/cmd/podman/machine/list.go +++ b/cmd/podman/machine/list.go @@ -28,7 +28,7 @@ var ( Use: "list [options]", Aliases: []string{"ls"}, Short: "List machines", - Long: "List Podman managed virtual machines.", + Long: "List managed virtual machines.", RunE: list, Args: validate.NoArgs, Example: `podman machine list, -- cgit v1.2.3-54-g00ecf