summaryrefslogtreecommitdiffstats
path: root/sys-utils/losetup.c
diff options
context:
space:
mode:
authorStanislav Brabec2016-10-05 20:55:42 +0200
committerKarel Zak2016-10-06 14:56:39 +0200
commitf3b0d1505ed21a4284a4fe54d2d9b7dea6f4b62b (patch)
treec8abcce7b834469057b01ebda648774510f5cdb5 /sys-utils/losetup.c
parentrev: Avoid out of boundary read (diff)
downloadkernel-qcow2-util-linux-f3b0d1505ed21a4284a4fe54d2d9b7dea6f4b62b.tar.gz
kernel-qcow2-util-linux-f3b0d1505ed21a4284a4fe54d2d9b7dea6f4b62b.tar.xz
kernel-qcow2-util-linux-f3b0d1505ed21a4284a4fe54d2d9b7dea6f4b62b.zip
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 <sbrabec@suse.cz>
Diffstat (limited to 'sys-utils/losetup.c')
-rw-r--r--sys-utils/losetup.c2
1 files changed, 1 insertions, 1 deletions
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' },