From: Stanislav Brabec Date: Thu, 20 Jun 2019 21:41:30 +0000 (+0200) Subject: losetup: Typo fix X-Git-Tag: v2.35-rc1~322 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ec06412c90f789864a99361f46740fe640a01679;p=thirdparty%2Futil-linux.git losetup: Typo fix Fix a typo in usage introduced in a1a41597bf. Signed-off-by: Stanislav Brabec --- diff --git a/sys-utils/losetup.c b/sys-utils/losetup.c index 27884df739..379b95f174 100644 --- a/sys-utils/losetup.c +++ b/sys-utils/losetup.c @@ -419,7 +419,7 @@ static void __attribute__((__noreturn__)) usage(void) fputs(USAGE_SEPARATOR, out); fputs(_(" -o, --offset start at offset into file\n"), out); fputs(_(" --sizelimit device is limited to bytes of the file\n"), out); - fputs(_(" -b --sector-size set the logical sector size to \n"), out); + fputs(_(" -b, --sector-size set the logical sector size to \n"), out); fputs(_(" -P, --partscan create a partitioned loop device\n"), out); fputs(_(" -r, --read-only set up a read-only loop device\n"), out); fputs(_(" --direct-io[=] open backing file with O_DIRECT\n"), out);