fixes help message

This commit is contained in:
SuperNovaa41 2025-02-07 12:56:31 -05:00
parent dcc00780cc
commit cc6441bc7c

View File

@ -10,7 +10,7 @@
const char* argp_program_version = "xxd 0.1";
const char* argp_program_bug_address = "supernovaa41@gmx.com";
static char doc[] = "Creates a hex dump of the given file.";
static char args_doc[] = "[INFILE] ([OUTFILE])";
static char args_doc[] = "INFILE [OUTFILE]";
static struct argp_option options[] = {
{"cols", 'c', "cols", 0, "format <cols> octets per line. Default 16.", 0},
{"octets", 'g', "bytes", 0, "number of octets per group in normal output. Default 2.", 0},