OSDN Git Service

ChangeLog, tune2fs.c:
authorTheodore Ts'o <tytso@mit.edu>
Wed, 19 Jan 2000 13:26:23 +0000 (13:26 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 19 Jan 2000 13:26:23 +0000 (13:26 +0000)
  tune2fs.c (usage): Update the usage message to correctly document the
   -s option.

misc/ChangeLog
misc/tune2fs.c

index a78c55b..cea78ab 100644 (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>.
index f7181c8..fba60c1 100644 (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);