OSDN Git Service

mke2fs/tune2fs: Fix max journal size in message to be consistent/correct
authorTheodore Ts'o <tytso@mit.edu>
Fri, 25 Jul 2008 16:41:32 +0000 (12:41 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 25 Jul 2008 16:41:32 +0000 (12:41 -0400)
Addresses-Debian-Bug: #491620

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
misc/util.c

index 7c99a2a..8185d20 100644 (file)
@@ -233,7 +233,7 @@ void parse_journal_opts(const char *opts)
                        "\tsize=<journal size in megabytes>\n"
                        "\tdevice=<journal device>\n\n"
                        "The journal size must be between "
-                       "1024 and 102400 filesystem blocks.\n\n"), stderr);
+                       "1024 and 10240000 filesystem blocks.\n\n"), stderr);
                free(buf);
                exit(1);
        }