diff options
author | baude <bbaude@redhat.com> | 2021-04-01 10:02:28 -0500 |
---|---|---|
committer | baude <bbaude@redhat.com> | 2021-04-05 09:50:03 -0500 |
commit | 7a446b06c39a7e29788ff96b65da1068e40e0f6d (patch) | |
tree | 2ac40ed3dc8706d45f5baac95be4db4f59e83a12 /cmd/podman/machine/rm.go | |
parent | 1c8d3d0f6fb83b1e6c99dec759f4ae1c6b2e8f18 (diff) | |
download | podman-7a446b06c39a7e29788ff96b65da1068e40e0f6d.tar.gz podman-7a446b06c39a7e29788ff96b65da1068e40e0f6d.tar.bz2 podman-7a446b06c39a7e29788ff96b65da1068e40e0f6d.zip |
fix machine naming conventions
try to align the machine commands and their usage descriptions.
[NO TESTS NEEDED]
Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'cmd/podman/machine/rm.go')
-rw-r--r-- | cmd/podman/machine/rm.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/machine/rm.go b/cmd/podman/machine/rm.go index e05b5f7a8..0be2ba40c 100644 --- a/cmd/podman/machine/rm.go +++ b/cmd/podman/machine/rm.go @@ -19,7 +19,7 @@ var ( rmCmd = &cobra.Command{ Use: "rm [options] [MACHINE]", Short: "Remove an existing machine", - Long: "Remove an existing machine ", + Long: "Remove a managed virtual machine ", RunE: rm, Args: cobra.MaximumNArgs(1), Example: `podman machine rm myvm`, |