From a4572112c9573d1d0e2cb11e2f4a966672cab060 Mon Sep 17 00:00:00 2001 From: Peter Becich Date: Sat, 28 May 2022 17:50:18 -0700 Subject: [PATCH] correct GPU flag in documentation --- site/content/en/docs/drivers/kvm2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/en/docs/drivers/kvm2.md b/site/content/en/docs/drivers/kvm2.md index c89ea9e65f..c350d4db4d 100644 --- a/site/content/en/docs/drivers/kvm2.md +++ b/site/content/en/docs/drivers/kvm2.md @@ -22,7 +22,7 @@ aliases: The `minikube start` command supports 5 additional KVM specific flags: -* **`--gpu`**: Enable experimental NVIDIA GPU support in minikube +* **`--kvm-gpu`**: Enable experimental NVIDIA GPU support in minikube * **`--hidden`**: Hide the hypervisor signature from the guest in minikube * **`--kvm-network`**: The KVM default network name * **`--network`**: The dedicated KVM private network name