From: Theodore Ts'o Date: Wed, 19 Jan 2000 13:26:23 +0000 (+0000) Subject: ChangeLog, tune2fs.c: X-Git-Tag: E2FSPROGS-1_19~96 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=582134cccf3ddf4f98e3d6038c47d68d43936f3d;p=tools%2Fe2fsprogs.git ChangeLog, tune2fs.c: tune2fs.c (usage): Update the usage message to correctly document the -s option. --- diff --git a/misc/ChangeLog b/misc/ChangeLog index a78c55b..cea78ab 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,8 @@ +2000-01-19 Theodore Ts'o + + * tune2fs.c (usage): Update the usage message to correctly + document the -s option. + 2000-01-18 Theodore Ts'o * badblocks.c: Folded in patches David Beattie . diff --git a/misc/tune2fs.c b/misc/tune2fs.c index f7181c8..fba60c1 100644 --- a/misc/tune2fs.c +++ b/misc/tune2fs.c @@ -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);