aboutsummaryrefslogtreecommitdiff
path: root/util-linux/fdformat.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/fdformat.c')
-rw-r--r--util-linux/fdformat.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/util-linux/fdformat.c b/util-linux/fdformat.c
index 6faaf1b10..855269c30 100644
--- a/util-linux/fdformat.c
+++ b/util-linux/fdformat.c
@@ -66,8 +66,7 @@ int fdformat_main(int argc UNUSED_PARAM, char **argv)
66 struct floppy_struct param; 66 struct floppy_struct param;
67 struct format_descr descr; 67 struct format_descr descr;
68 68
69 opt_complementary = "=1"; /* must have 1 param */ 69 verify = !getopt32(argv, "^" "n" "\0" "=1");
70 verify = !getopt32(argv, "n");
71 argv += optind; 70 argv += optind;
72 71
73 xstat(*argv, &st); 72 xstat(*argv, &st);