From f3b0d1505ed21a4284a4fe54d2d9b7dea6f4b62b Mon Sep 17 00:00:00 2001 From: Stanislav Brabec Date: Wed, 5 Oct 2016 20:55:42 +0200 Subject: losetup --nooverlap: fix typo 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 --- sys-utils/losetup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-utils/losetup.c') diff --git a/sys-utils/losetup.c b/sys-utils/losetup.c index 9083a1372..215ab9c86 100644 --- a/sys-utils/losetup.c +++ b/sys-utils/losetup.c @@ -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' }, -- cgit v1.2.3-55-g7522