From 95f7992e0fbdbabac78c397c357523e85c2cc576 Mon Sep 17 00:00:00 2001 From: DTB Date: Wed, 26 Jun 2024 11:39:34 -0600 Subject: [PATCH] dj(1): fix usage text to be consistent with man page --- src/dj.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dj.c b/src/dj.c index 27c160a..d4462e8 100644 --- a/src/dj.c +++ b/src/dj.c @@ -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);