From b5ab5bec7392a1b5de271ce6299ef9e355187652 Mon Sep 17 00:00:00 2001 From: Phillip Susi Date: Fri, 7 Feb 2014 17:01:20 -0500 Subject: fix mkfs --verbose and man page mkfs did not actually accept the long form --verbose option. Also the man page seemed to indicate that version/verbose/help options were passed to the filesystem specific utility when this is not the case. Signed-off-by: Phillip Susi --- disk-utils/mkfs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'disk-utils/mkfs.c') diff --git a/disk-utils/mkfs.c b/disk-utils/mkfs.c index a6795cb0e..cb34951b2 100644 --- a/disk-utils/mkfs.c +++ b/disk-utils/mkfs.c @@ -73,6 +73,7 @@ int main(int argc, char **argv) static const struct option longopts[] = { {"type", required_argument, NULL, 't'}, {"version", no_argument, NULL, VERSION_OPTION}, + {"verbose", no_argument, NULL, 'V'}, {"help", no_argument, NULL, 'h'}, {NULL, 0, NULL, 0} }; -- cgit v1.2.3-55-g7522