mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-11-25 02:53:52 +08:00
mke2fs.c, tune2fs.c:
Fixed usage messages.
This commit is contained in:
parent
06cefee50d
commit
18160d26c0
@ -94,8 +94,9 @@ static void usage(NOARGS)
|
||||
"[-f fragment-size]\n\t[-i bytes-per-inode] "
|
||||
" [-N number-of-inodes]\n\t[-m reserved-blocks-percentage] "
|
||||
"[-o creator-os] [-g blocks-per-group]\n\t[-L volume-label] "
|
||||
"[-M last-mounted-directory] [-r fs-revision]\n\t[-R raid_opts]"
|
||||
"[-s sparse-super-flag] [-qvSV] device [blocks-count]\n",
|
||||
"[-M last-mounted-directory] [-O feature[,...]]\n\t"
|
||||
"[-r fs-revision] [-R raid_opts] [-s sparse-super-flag]\n\t"
|
||||
"[-qvSV] device [blocks-count]\n",
|
||||
program_name);
|
||||
exit(1);
|
||||
}
|
||||
|
@ -97,7 +97,7 @@ static void usage(void)
|
||||
"\t[-i interval[d|m|w]] [-l] [-s] [-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);
|
||||
"\t[-O [^]feature[,...]] device\n", program_name);
|
||||
exit (1);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user