Whamcloud - gitweb
ChangeLog, mke2fs.c:
authorTheodore Ts'o <tytso@mit.edu>
Sat, 21 Apr 2001 20:53:43 +0000 (20:53 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 21 Apr 2001 20:53:43 +0000 (20:53 +0000)
  mke2fs.c (main): Add better explanation about when the filesystem will
   be checked after it is created.

misc/ChangeLog
misc/mke2fs.c

index e018e2b..91d9be4 100644 (file)
@@ -1,5 +1,8 @@
 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.
 
index 38b870b..702c016 100644 (file)
@@ -1249,8 +1249,10 @@ no_journal:
        }
        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));
        }