OSDN Git Service

mke2fs: Fix up usage & error text for cluster size specification
authorEric Sandeen <sandeen@redhat.com>
Tue, 4 Oct 2011 22:12:11 +0000 (17:12 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 5 Oct 2011 05:02:53 +0000 (01:02 -0400)
commit28e2cb9e72cce9e97a4a6f738d28b0f3f31efe69
treeaba6656d0c0c5648a1ba9f37c412f5b6165dc5e2
parent9d4507c5b61007df968638623aa1b4c47dae6cf9
mke2fs: Fix up usage & error text for cluster size specification

Commit c6ed60cd removed "f" (fragment size) from the getopt string,
and re-used its spot in the getopt switch, but didn't update the
usage message or the error message during parsing.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
misc/mke2fs.c