From b82b34e06d0f8b91a1a30a847e0b1dd80ed0a046 Mon Sep 17 00:00:00 2001 From: Pascal Bellard Date: Mon, 7 Jun 2010 01:16:45 +0200 Subject: modprobe: add support for -l and -s. Remove some unsupported options Fixed some goofs in help text function old new delta modprobe_main 494 653 +159 packed_usage 27129 27145 +16 insmod_main 98 95 -3 Signed-off-by: Pascal Bellard Signed-off-by: Denys Vlasenko --- util-linux/losetup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util-linux') diff --git a/util-linux/losetup.c b/util-linux/losetup.c index e44773a07..0f5914c88 100644 --- a/util-linux/losetup.c +++ b/util-linux/losetup.c @@ -23,7 +23,7 @@ int losetup_main(int argc UNUSED_PARAM, char **argv) }; /* max 2 args, all opts are mutually exclusive */ - opt_complementary = "?2:d--of:o--df:f-do"; + opt_complementary = "?2:d--of:o--df:f--do"; opt = getopt32(argv, "do:f", &opt_o); argv += optind; -- cgit v1.2.3