docs, src: fixing man page and usage text readability

This commit is contained in:
2024-06-29 05:28:23 -06:00
parent e341c38cd6
commit 07a12ba81c
5 changed files with 20 additions and 20 deletions

View File

@@ -314,8 +314,8 @@ static int
usage(void){
fprintf(stderr, "Usage: %s [-AdfHqQ] [-a byte] [-c count]\n"
"\t[-i input_file] [-b input_block_size] [-s input_offset]\n"
"\t[-o output_file] [-B output_block_size] [-S output_offset]\n",
"\t[-i file] [-b block_size] [-s offset]\n"
"\t[-o file] [-B block_size] [-S offset]\n",
program_name);
return EX_USAGE;