mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 13:37:22 +00:00
[common] ivshmem: use e.g. instead of incorrect ie for example
This commit is contained in:
parent
92155de98d
commit
43b0e80f93
@ -92,7 +92,7 @@ void ivshmemOptionsInit(void)
|
|||||||
.module = "app",
|
.module = "app",
|
||||||
.name = "shmFile",
|
.name = "shmFile",
|
||||||
.shortopt = 'f',
|
.shortopt = 'f',
|
||||||
.description = "The path to the shared memory file, or the name of the kvmfr device to use, ie: kvmfr0",
|
.description = "The path to the shared memory file, or the name of the kvmfr device to use, e.g. kvmfr0",
|
||||||
.type = OPTION_TYPE_STRING,
|
.type = OPTION_TYPE_STRING,
|
||||||
.value.x_string = "/dev/shm/looking-glass",
|
.value.x_string = "/dev/shm/looking-glass",
|
||||||
.validator = ivshmemDeviceValidator,
|
.validator = ivshmemDeviceValidator,
|
||||||
|
Loading…
Reference in New Issue
Block a user