[client] config: update description for DMA as VM-Host is now supported

This commit is contained in:
Geoffrey McRae 2021-04-29 12:56:35 +10:00
parent 3c1282c92b
commit 60feb3050c

View File

@ -92,7 +92,7 @@ static struct Option options[] =
{
.module = "app",
.name = "allowDMA",
.description = "Allow direct DMA transfers if possible (VM-VM only for now)",
.description = "Allow direct DMA transfers if supported (see `README.md` in the `module` dir)",
.type = OPTION_TYPE_BOOL,
.value.x_bool = true
},