Whamcloud - gitweb
mke2fs: remove deprecated -r option from the usage message
authorTheodore Ts'o <tytso@mit.edu>
Thu, 5 Dec 2024 17:08:18 +0000 (12:08 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 5 Dec 2024 17:08:18 +0000 (12:08 -0500)
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/mke2fs.c

index 92a89d2..f24076b 100644 (file)
@@ -139,8 +139,8 @@ static void usage(void)
        "\t[-m reserved-blocks-percentage] [-o creator-os]\n"
        "\t[-g blocks-per-group] [-L volume-label] "
        "[-M last-mounted-directory]\n\t[-O feature[,...]] "
-       "[-r fs-revision] [-E extended-option[,...]]\n"
-       "\t[-t fs-type] [-T usage-type ] [-U UUID] [-e errors_behavior]"
+       "[-E extended-option[,...]] [-t fs-type]\n"
+       "\t[-T usage-type ] [-U UUID] [-e errors_behavior]"
        "[-z undo_file]\n"
        "\t[-jnqvDFSV] device [blocks-count]\n"),
                program_name);