ChangeLog, tune2fs.c:

tune2fs.c (usage): Update the usage message to correctly document the
  	-s option.
This commit is contained in:
Theodore Ts'o 2000-01-19 13:26:23 +00:00
parent 894edb2eaf
commit 582134cccf
2 changed files with 7 additions and 1 deletions

View File

@ -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>.

View File

@ -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);