aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2017-01-22 14:23:46 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2017-01-22 14:23:46 +0100
commita20b09e80907a1e51775d35922cc2ab6cd7fb4b5 (patch)
tree7cc83f9c26688f598aae5f450957bad93a387a6b
parent5d78d1a31658f76f668eb92e367ccd600a7db8a7 (diff)
downloadhex-a20b09e80907a1e51775d35922cc2ab6cd7fb4b5.tar.gz
hex-a20b09e80907a1e51775d35922cc2ab6cd7fb4b5.tar.xz
hex-a20b09e80907a1e51775d35922cc2ab6cd7fb4b5.zip
Fix forced interpretation
-rw-r--r--hex.c2
1 files changed, 1 insertions, 1 deletions
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 }
};