mke2fs/tune2fs: Fix max journal size in message to be consistent/correct

Addresses-Debian-Bug: #491620

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
bitmap-optimize
Theodore Ts'o 2008-07-25 12:41:32 -04:00
parent 56fc0a702a
commit 7087bbecce
1 changed files with 1 additions and 1 deletions

View 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);
}