From ec06412c90f789864a99361f46740fe640a01679 Mon Sep 17 00:00:00 2001 From: Stanislav Brabec Date: Thu, 20 Jun 2019 23:41:30 +0200 Subject: losetup: Typo fix Fix a typo in usage introduced in a1a41597bf. Signed-off-by: Stanislav Brabec --- sys-utils/losetup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-utils') diff --git a/sys-utils/losetup.c b/sys-utils/losetup.c index 27884df73..379b95f17 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); -- cgit v1.2.3-55-g7522