aboutsummaryrefslogtreecommitdiff
path: root/hex.c
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2023-06-15 22:32:02 +0200
committerPřemysl Eric Janouch <p@janouch.name>2023-06-15 22:32:02 +0200
commit62c6d43ca327dcbf8832b3a210a41e1b822da593 (patch)
treebac298d5e56247252ad65ce2c5fe6c9a5786ec9c /hex.c
parentccb39748958c4278d9747e22aa2484ad40fb68a3 (diff)
downloadhex-62c6d43ca327dcbf8832b3a210a41e1b822da593.tar.gz
hex-62c6d43ca327dcbf8832b3a210a41e1b822da593.tar.xz
hex-62c6d43ca327dcbf8832b3a210a41e1b822da593.zip
Add a real manual page
Diffstat (limited to 'hex.c')
-rw-r--r--hex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hex.c b/hex.c
index 3cb87e2..0c57aff 100644
--- a/hex.c
+++ b/hex.c
@@ -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;