From 287aa5873169b1d9b33f3c4794688c682a43ce93 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Thu, 19 Jan 2012 18:17:16 +0100 Subject: [PATCH] document --device emu option --- reader.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/reader.lua b/reader.lua index b589fe761..1a5d99174 100755 --- a/reader.lua +++ b/reader.lua @@ -40,6 +40,7 @@ if optarg["h"] or ARGV[optind] == nil then print(" (floating point notation, e.g. \"1.5\")") print("-d, --device=DEVICE set device specific configuration,") print(" currently one of \"kdxg\" (default), \"k3\"") + print(" \"emu\" (DXG emulation)") print("-h, --help show this usage help") print("") print("If you give the name of a directory instead of a path, a file")