mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-03 11:17:10 +00:00
[common] ivshmem: use e.g. instead of incorrect ie for example
This commit is contained in:
parent
92155de98d
commit
43b0e80f93
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue