From: Theodore Ts'o Date: Mon, 15 Oct 2007 20:20:54 +0000 (-0400) Subject: mke2fs: Change usage message to use -E instead -R, which is deprecated X-Git-Tag: v1.40.3~13 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=f305918cc79c3ef9a4abdafa5bd35a68521c63c8;p=tools%2Fe2fsprogs.git mke2fs: Change usage message to use -E instead -R, which is deprecated The -R option is only used for backwards compatibility, and -E is preferred, so change the usage message accordingly. Signed-off-by: Coly Li Signed-off-by: "Theodore Ts'o" --- diff --git a/misc/mke2fs.c b/misc/mke2fs.c index 0c6d4f3..3795790 100644 --- a/misc/mke2fs.c +++ b/misc/mke2fs.c @@ -100,7 +100,7 @@ static void usage(void) "\t[-N number-of-inodes] [-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] [-R options] [-qvSV]\n\tdevice [blocks-count]\n"), + "[-r fs-revision] [-E extended-option[,...]] [-qvSV]\n\tdevice [blocks-count]\n"), program_name); exit(1); }