losetup: cut the remaining little block of help text into slices too

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
This commit is contained in:
Benno Schulenberg 2013-10-08 17:29:20 +02:00 committed by Karel Zak
parent d6060cd3ae
commit 9c47f25e8d
1 changed files with 7 additions and 6 deletions

View File

@ -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);