From a20b09e80907a1e51775d35922cc2ab6cd7fb4b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sun, 22 Jan 2017 14:23:46 +0100 Subject: [PATCH] Fix forced interpretation --- hex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hex.c b/hex.c index e96d704..3b4ad26 100644 --- a/hex.c +++ b/hex.c @@ -1871,7 +1871,7 @@ main (int argc, char *argv[]) { 'o', "offset", NULL, 0, "offset within the file" }, { 's', "size", NULL, 0, "size limit (1G by default)" }, #ifdef HAVE_LUA - { 't', "type", NULL, 0, "force interpretation as the given type" }, + { 't', "type", "TYPE", 0, "force interpretation as the given type" }, #endif // HAVE_LUA { 0, NULL, NULL, 0, NULL } };