dj(1): fix usage text to be consistent with man page

This commit is contained in:
dtb 2024-06-26 11:39:34 -06:00
parent d3f5246242
commit 95f7992e0f
Signed by: trinity
GPG Key ID: 34C0543BBB6AF81B

View File

@ -303,7 +303,7 @@ parse(char *s){
static int
usage(void){
fprintf(stderr, "Usage: %s (-AdfHqQ) (-a [byte]) (-c [count])\n"
fprintf(stderr, "Usage: %s (-AHn) (-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);