Add a real manual page

This commit is contained in:
2023-06-15 22:32:02 +02:00
parent ccb3974895
commit 62c6d43ca3
4 changed files with 121 additions and 29 deletions

4
hex.c
View File

@@ -1871,8 +1871,8 @@ main (int argc, char *argv[])
{ 0, NULL, NULL, 0, NULL }
};
struct opt_handler oh =
opt_handler_make (argc, argv, opts, "[FILE]", "Hex viewer.");
struct opt_handler oh = opt_handler_make (argc, argv, opts, "[FILE]",
"Interpreting hex viewer.");
int64_t size_limit = 1 << 30;
const char *forced_type = NULL;