summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc/mke2fs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/mke2fs.c b/misc/mke2fs.c
index 0ef25317..e97e44e6 100644
--- a/misc/mke2fs.c
+++ b/misc/mke2fs.c
@@ -121,7 +121,8 @@ static void usage(void)
"\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] [-U UUID] [-jnqvFKSV] device [blocks-count]\n"),
+ "\t[-t fs-type] [-T usage-type ] [-U UUID] "
+ "[-jnqvFKSV] device [blocks-count]\n"),
program_name);
exit(1);
}