From 4fd6834c685246770c044f979626618d02cb337d Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Thu, 31 Oct 2002 19:39:03 -0500 Subject: [PATCH] unix.c (usage), e2fsck.8.in: Add the -D option to the usage and command synopsis. (Addresses Debian bug #167108) (missed this file in the previous checkin) --- e2fsck/unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2fsck/unix.c b/e2fsck/unix.c index a086793..e3ff404 100644 --- a/e2fsck/unix.c +++ b/e2fsck/unix.c @@ -59,7 +59,7 @@ e2fsck_t e2fsck_global_ctx; /* Try your very best not to use this! */ static void usage(e2fsck_t ctx) { fprintf(stderr, - _("Usage: %s [-panyrcdfvstFSV] [-b superblock] [-B blocksize]\n" + _("Usage: %s [-panyrcdfvstDFSV] [-b superblock] [-B blocksize]\n" "\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n" "\t\t[-l|-L bad_blocks_file] [-C fd] [-j ext-journal]\n" "\t\t[-E extended-options] device\n"), -- 1.8.3.1