From aa06617f6ef8dceff939bdd233fa7df382344ecf Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Wed, 30 Apr 2014 10:38:12 +0200 Subject: textual: remove square brackets from around three dots Also improve some option descriptions here and there. Signed-off-by: Benno Schulenberg --- sys-utils/losetup.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sys-utils/losetup.c') diff --git a/sys-utils/losetup.c b/sys-utils/losetup.c index 85a15ac2f..275ae4584 100644 --- a/sys-utils/losetup.c +++ b/sys-utils/losetup.c @@ -372,18 +372,18 @@ static void usage(FILE *out) fputs(USAGE_OPTIONS, out); fputs(_(" -a, --all list all used devices\n"), out); - fputs(_(" -d, --detach [...] detach one or more devices\n"), out); + fputs(_(" -d, --detach ... detach one or more devices\n"), out); fputs(_(" -D, --detach-all detach all used devices\n"), out); fputs(_(" -f, --find find first unused device\n"), out); - fputs(_(" -c, --set-capacity resize device\n"), out); + fputs(_(" -c, --set-capacity resize the device\n"), out); fputs(_(" -j, --associated list all devices associated with \n"), out); fputs(USAGE_SEPARATOR, out); fputs(_(" -o, --offset start at offset into file\n"), out); - fputs(_(" --sizelimit device limited to bytes of the file\n"), out); - fputs(_(" -P, --partscan create partitioned loop device\n"), out); - fputs(_(" -r, --read-only setup read-only loop device\n"), out); + fputs(_(" --sizelimit device is limited to bytes of the file\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(_(" --show print device name after setup (with -f)\n"), out); fputs(_(" -v, --verbose verbose mode\n"), out); -- cgit v1.2.3-55-g7522