]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
losetup --nooverlap: fix typo
authorStanislav Brabec <sbrabec@suse.cz>
Wed, 5 Oct 2016 18:55:42 +0000 (20:55 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 6 Oct 2016 12:56:39 +0000 (14:56 +0200)
Option is documented and used as --nooverlap, bud coded as --nooverlaps.
--nooverlap is considered as shortened option, making the typo
invisible.

Signed-off-by: Stanislav Brabec <sbrabec@suse.cz>
sys-utils/losetup.c

index 9083a137291ff4ba2584934adb753cb355af3bdc..215ab9c8690d561e45ea2274fddbe39facac5d55 100644 (file)
@@ -579,7 +579,7 @@ int main(int argc, char **argv)
                { "detach", 1, 0, 'd' },
                { "detach-all", 0, 0, 'D' },
                { "find", 0, 0, 'f' },
-               { "nooverlaps", 0, 0, 'L' },
+               { "nooverlap", 0, 0, 'L' },
                { "help", 0, 0, 'h' },
                { "associated", 1, 0, 'j' },
                { "json", 0, 0, 'J' },