mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-12-01 05:53:56 +08:00
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)
This commit is contained in:
parent
b40ffd792e
commit
4fd6834c68
@ -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"),
|
||||
|
Loading…
Reference in New Issue
Block a user