diff options
author | Theodore Ts'o <tytso@mit.edu> | 1999-10-23 01:22:17 +0000 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 1999-10-23 01:22:17 +0000 |
commit | 18160d26c0fcf8dbe990977c0231ebbc79fc9508 (patch) | |
tree | 27d3b56923b430a5885a24ea6d4713756df1820e /misc | |
parent | 06cefee50dc681838454fcd079ba5b2760969f1b (diff) | |
download | e2fsprogs-18160d26c0fcf8dbe990977c0231ebbc79fc9508.tar.gz |
mke2fs.c, tune2fs.c:
Fixed usage messages.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/mke2fs.c | 5 | ||||
-rw-r--r-- | misc/tune2fs.c | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/misc/mke2fs.c b/misc/mke2fs.c index bf604e4a..96e5e8b4 100644 --- a/misc/mke2fs.c +++ b/misc/mke2fs.c @@ -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); } diff --git a/misc/tune2fs.c b/misc/tune2fs.c index 66db3a4e..f7181c8d 100644 --- a/misc/tune2fs.c +++ b/misc/tune2fs.c @@ -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); } |