diff options
Diffstat (limited to 'misc/tune2fs.c')
-rw-r--r-- | misc/tune2fs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/tune2fs.c b/misc/tune2fs.c index 5885a19b..7526f27a 100644 --- a/misc/tune2fs.c +++ b/misc/tune2fs.c @@ -220,7 +220,7 @@ static void update_feature_set(ext2_filsys fs, char *features) fprintf(stderr, _("The needs_recovery flag is set. " "Please run e2fsck before clearing\n" - "the HAS_JOURNAL flag.\n")); + "the has_journal flag.\n")); exit(1); } /* |