mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-12 17:38:19 +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",
|
||||
.name = "shmFile",
|
||||
.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,
|
||||
.value.x_string = "/dev/shm/looking-glass",
|
||||
.validator = ivshmemDeviceValidator,
|
||||
|
Loading…
Reference in New Issue
Block a user