From 0bff614525b58b0493a84ed02e23420d876b72a3 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Wed, 16 Nov 2011 21:09:17 +0100 Subject: [PATCH] device emu for emulated /tmp/input --- reader.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reader.lua b/reader.lua index 68e979596..6cb90c1e8 100755 --- a/reader.lua +++ b/reader.lua @@ -57,7 +57,7 @@ if optarg["h"] or ARGV[optind] == nil then print("-G, --gamma=GAMMA set gamma correction") print(" (floating point notation, e.g. \"1.5\")") print("-d, --device=DEVICE set device specific configuration,") - print(" currently one of \"kdxg\" (default), \"k3\"") + print(" \"kdxg\" (default), \"k3\", \"emu\"") print("-h, --help show this usage help") print("") print("This software is licensed under the GPLv3.")