mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-11-28 20:44:08 +08:00
ChangeLog, tune2fs.c:
tune2fs.c (usage): Update the usage message to correctly document the -s option.
This commit is contained in:
parent
894edb2eaf
commit
582134cccf
@ -1,3 +1,8 @@
|
||||
2000-01-19 Theodore Ts'o <tytso@valinux.com>
|
||||
|
||||
* tune2fs.c (usage): Update the usage message to correctly
|
||||
document the -s option.
|
||||
|
||||
2000-01-18 Theodore Ts'o <tytso@valinux.com>
|
||||
|
||||
* badblocks.c: Folded in patches David Beattie <dbeattie@usa.net>.
|
||||
|
@ -94,7 +94,8 @@ static void usage(void)
|
||||
{
|
||||
fprintf(stderr, "Usage: %s [-c max-mounts-count] [-e errors-behavior] "
|
||||
"[-g group]\n"
|
||||
"\t[-i interval[d|m|w]] [-l] [-s] [-m reserved-blocks-percent]\n"
|
||||
"\t[-i interval[d|m|w]] [-l] [-s sparse-flag] "
|
||||
"[-m reserved-blocks-percent]\n"
|
||||
"\t[-r reserved-blocks-count] [-u user] [-C mount-count]\n"
|
||||
"\t[-L volume-label] [-M last-mounted-dir] [-U UUID]\n"
|
||||
"\t[-O [^]feature[,...]] device\n", program_name);
|
||||
|
Loading…
Reference in New Issue
Block a user