mke2fs.c (main): Add better explanation about when the filesystem will
be checked after it is created.
2001-04-16 Theodore Tso <tytso@valinux.com>
+ * mke2fs.c (main): Add better explanation about when the
+ filesystem will be checked after it is created.
+
* util.c (parse_journal_opts): Remove code which allowed a bare
number to be treated as a journal size.
}
if (!quiet) {
printf(_("done\n\n"));
- printf(_("Filesystem will be checked run "
- "every %d mounts or %g days.\n"),
+ printf(_("This filesystem will be automatically "
+ "checked every %d mounts or\n"
+ "%g days, whichever comes first. "
+ "Use tune2fs -c or -i to override.\n"),
fs->super->s_max_mnt_count,
(double)fs->super->s_checkinterval / (3600 * 24));
}