On Wed, Jul 08, 2020 at 03:53:41PM +0200, Boris Fiuczynski wrote:
In f0d0cd61797 I introduced this typo.
Thanks for the fix Boris!
Suggested-by: Erik Skultety <eskultet(a)redhat.com>
Signed-off-by: Boris Fiuczynski <fiuczy(a)linux.ibm.com>
---
docs/kbase/s390_protected_virt.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/kbase/s390_protected_virt.rst b/docs/kbase/s390_protected_virt.rst
index f38d16d743..1718a556d4 100644
--- a/docs/kbase/s390_protected_virt.rst
+++ b/docs/kbase/s390_protected_virt.rst
@@ -57,7 +57,7 @@ or an IBM LinuxONE III (or newer).
It is also necessary that the IBM Secure Execution feature is
enabled for that system. With libvirt >= 6.5.0 you can run
-``libvirt-host--validate`` or otherwise check for facility '158', e.g.
+``virt-host-validate`` or otherwise check for facility '158', e.g.
Darn, I grepped the code base for libvirt-host-validate so I didn't notice
this, because there's 2 '--'.
Reviewed-by: Erik Skultety <eskultet(a)redhat.com>