summaryrefslogtreecommitdiffstats
path: root/sys-utils/losetup.c
diff options
context:
space:
mode:
authorBenno Schulenberg2013-10-08 17:29:20 +0200
committerKarel Zak2013-10-09 11:40:08 +0200
commit9c47f25e8de3d4900b826d7ebf45526b7b4b81ad (patch)
treec4f7635a8be4c12ddd4478165c2717d2e5bb2928 /sys-utils/losetup.c
parentlibfdisk: (gpt) use consistent final period in status messages (diff)
downloadkernel-qcow2-util-linux-9c47f25e8de3d4900b826d7ebf45526b7b4b81ad.tar.gz
kernel-qcow2-util-linux-9c47f25e8de3d4900b826d7ebf45526b7b4b81ad.tar.xz
kernel-qcow2-util-linux-9c47f25e8de3d4900b826d7ebf45526b7b4b81ad.zip
losetup: cut the remaining little block of help text into slices too
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'sys-utils/losetup.c')
-rw-r--r--sys-utils/losetup.c13
1 files changed, 7 insertions, 6 deletions
diff --git a/sys-utils/losetup.c b/sys-utils/losetup.c
index 9169f8864..5be328848 100644
--- a/sys-utils/losetup.c
+++ b/sys-utils/losetup.c
@@ -368,12 +368,13 @@ static void usage(FILE *out)
program_invocation_short_name);
fputs(USAGE_OPTIONS, out);
- fputs(_(" -a, --all list all used devices\n"
- " -d, --detach <loopdev> [...] detach one or more devices\n"
- " -D, --detach-all detach all used devices\n"
- " -f, --find find first unused device\n"
- " -c, --set-capacity <loopdev> resize device\n"
- " -j, --associated <file> list all devices associated with <file>\n"), out);
+ fputs(_(" -a, --all list all used devices\n"), out);
+ fputs(_(" -d, --detach <loopdev> [...] 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 <loopdev> resize device\n"), out);
+ fputs(_(" -j, --associated <file> list all devices associated with <file>\n"), out);
+
fputs(USAGE_SEPARATOR, out);
fputs(_(" -o, --offset <num> start at offset <num> into file\n"), out);