]> git.ipfire.org Git - thirdparty/util-linux.git/commit
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)
commitf3b0d1505ed21a4284a4fe54d2d9b7dea6f4b62b
treec8abcce7b834469057b01ebda648774510f5cdb5
parentb56b13684e01ab56738e602b35a2c133e8f9b92a
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>
sys-utils/losetup.c