diff options
Diffstat (limited to 'util-linux/mkfs_reiser.c')
-rw-r--r-- | util-linux/mkfs_reiser.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util-linux/mkfs_reiser.c b/util-linux/mkfs_reiser.c index 56c8f0ab5..0a31ee44f 100644 --- a/util-linux/mkfs_reiser.c +++ b/util-linux/mkfs_reiser.c | |||
@@ -169,8 +169,8 @@ int mkfs_reiser_main(int argc UNUSED_PARAM, char **argv) | |||
169 | 169 | ||
170 | // using global "option_mask32" instead of local "opts": | 170 | // using global "option_mask32" instead of local "opts": |
171 | // we are register starved here | 171 | // we are register starved here |
172 | opt_complementary = "-1:b+"; | 172 | opt_complementary = "-1"; |
173 | /*opts =*/ getopt32(argv, "b:j:s:o:t:B:h:u:l:fqd", | 173 | /*opts =*/ getopt32(argv, "b:+j:s:o:t:B:h:u:l:fqd", |
174 | NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, &label); | 174 | NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, &label); |
175 | argv += optind; // argv[0] -- device | 175 | argv += optind; // argv[0] -- device |
176 | 176 | ||