From 62c6d43ca327dcbf8832b3a210a41e1b822da593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Thu, 15 Jun 2023 22:32:02 +0200 Subject: Add a real manual page --- hex.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hex.c') 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; -- cgit v1.2.3