Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ousleyp committed Apr 29, 2024
1 parent 1af6037 commit f603674
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/virt-virtctl-commands.adoc
Expand Up @@ -68,7 +68,7 @@ You can use `virtctl create` commands to create manifests for virtual machines,
|Command |Description

|`virtctl create vm`::
|Create a manifest for a `VirtualMachine` (VM).
|Create a `VirtualMachine` (VM) manifest.

|`virtctl create vm --name <vm_name>`
|Create a VM manifest, specifying a name for the VM.
Expand All @@ -86,7 +86,7 @@ You can use `virtctl create` commands to create manifests for virtual machines,
|Create a manifest for a namespaced instance type.

|`virtctl create preference --name <preference_name>`
|Create a manifest for a cluster-wide VM preference.
|Create a manifest for a cluster-wide VM preference, specifying a name for the preference.

|`virtctl create preference --namespace <namespace_value>`
|Create a manifest for a namespaced VM preference.
Expand Down

0 comments on commit f603674

Please sign in to comment.