mirror of
				https://github.com/gnif/LookingGlass.git
				synced 2025-11-04 06:31:54 +00:00 
			
		
		
		
	[common] ivshmem: use e.g. instead of incorrect ie for example
This commit is contained in:
		@@ -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,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user