]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
losetup: cut the remaining little block of help text into slices too
authorBenno Schulenberg <bensberg@justemail.net>
Tue, 8 Oct 2013 15:29:20 +0000 (17:29 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 9 Oct 2013 09:40:08 +0000 (11:40 +0200)
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
sys-utils/losetup.c

index 9169f88644ca794b1e9c628f42733f3a6ee5b58c..5be3288485230fad0763e3c98e5804c73964299f 100644 (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);