From 582134cccf3ddf4f98e3d6038c47d68d43936f3d Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Wed, 19 Jan 2000 13:26:23 +0000 Subject: [PATCH] ChangeLog, tune2fs.c: tune2fs.c (usage): Update the usage message to correctly document the -s option. --- misc/ChangeLog | 5 +++++ misc/tune2fs.c | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) 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); -- 1.8.3.1