Fix forced interpretation

This commit is contained in:
Přemysl Eric Janouch 2017-01-22 14:23:46 +01:00
parent 5d78d1a316
commit a20b09e809
Signed by: p
GPG Key ID: B715679E3A361BE6
1 changed files with 1 additions and 1 deletions

2
hex.c
View File

@ -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 }
};