]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
fstrim: cleanup usage()
authorKarel Zak <kzak@redhat.com>
Tue, 10 Dec 2013 10:36:50 +0000 (11:36 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 10 Dec 2013 10:36:50 +0000 (11:36 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/fstrim.c

index 332845643b4ac106565f6b9a2cb9b04e2cd05fb9..e1573f0dceb1780baa92ccde2cf270abea3b7327 100644 (file)
@@ -57,10 +57,11 @@ static void __attribute__((__noreturn__)) usage(FILE *out)
        fprintf(out,
              _(" %s [options] <mount point>\n"), program_invocation_short_name);
        fputs(USAGE_OPTIONS, out);
-       fputs(_(" -o, --offset <num>  offset in bytes to discard from\n"
-               " -l, --length <num>  length of bytes to discard from the offset\n"
-               " -m, --minimum <num> minimum extent length to discard\n"
-               " -v, --verbose       print number of discarded bytes\n"), out);
+       fputs(_(" -o, --offset <num>  offset in bytes to discard from\n"), out);
+       fputs(_(" -l, --length <num>  length of bytes to discard from the offset\n"), out);
+       fputs(_(" -m, --minimum <num> minimum extent length to discard\n"), out);
+       fputs(_(" -v, --verbose       print number of discarded bytes\n"), out);
+
        fputs(USAGE_SEPARATOR, out);
        fputs(USAGE_HELP, out);
        fputs(USAGE_VERSION, out);