diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 2e2ef8595..660c9e702 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -579,7 +579,7 @@ | |||
579 | #define e2fsck_trivial_usage \ | 579 | #define e2fsck_trivial_usage \ |
580 | "[-panyrcdfvstDFSV] [-b superblock] [-B blocksize] " \ | 580 | "[-panyrcdfvstDFSV] [-b superblock] [-B blocksize] " \ |
581 | "[-I inode_buffer_blocks] [-P process_inode_size] " \ | 581 | "[-I inode_buffer_blocks] [-P process_inode_size] " \ |
582 | "[-l|-L bad_blocks_file] [-C fd] [-j ext-journal] " \ | 582 | "[-l|-L bad_blocks_file] [-C fd] [-j external_journal] " \ |
583 | "[-E extended-options] device" | 583 | "[-E extended-options] device" |
584 | #define e2fsck_full_usage \ | 584 | #define e2fsck_full_usage \ |
585 | "Check a Linux ext2/ext3 file system.\n\n" \ | 585 | "Check a Linux ext2/ext3 file system.\n\n" \ |