diff options
Diffstat (limited to 'util-linux/fdformat.c')
-rw-r--r-- | util-linux/fdformat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/fdformat.c b/util-linux/fdformat.c index 5e253efa8..dc45e23c0 100644 --- a/util-linux/fdformat.c +++ b/util-linux/fdformat.c | |||
@@ -57,7 +57,7 @@ int fdformat_main(int argc,char **argv) | |||
57 | if (argc < 2) { | 57 | if (argc < 2) { |
58 | bb_show_usage(); | 58 | bb_show_usage(); |
59 | } | 59 | } |
60 | verify = !getopt32(argc, argv, "n"); | 60 | verify = !getopt32(argv, "n"); |
61 | argv += optind; | 61 | argv += optind; |
62 | 62 | ||
63 | xstat(*argv, &st); | 63 | xstat(*argv, &st); |