dj(1): fix usage text to be consistent with man page
This commit is contained in:
parent
d3f5246242
commit
95f7992e0f
2
src/dj.c
2
src/dj.c
@ -303,7 +303,7 @@ parse(char *s){
|
|||||||
static int
|
static int
|
||||||
usage(void){
|
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(-i [input file]) (-b [input block size]) (-s [input offset])\n"
|
||||||
"\t(-o [output file]) (-B [output block size]) (-S [output offset])\n",
|
"\t(-o [output file]) (-B [output block size]) (-S [output offset])\n",
|
||||||
program_name);
|
program_name);
|
||||||
|
Loading…
Reference in New Issue
Block a user