docs, src: updates usage text for utilities

This commit is contained in:
2024-06-29 05:18:20 -06:00
parent 0fc9a6b533
commit e341c38cd6
16 changed files with 33 additions and 51 deletions

View File

@@ -313,9 +313,9 @@ parse(char *s){
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",
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",
program_name);
return EX_USAGE;