From a60fa93cb791c1c9691c252d4779390acfd8a406 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 10 Dec 2013 11:36:50 +0100 Subject: fstrim: cleanup usage() Signed-off-by: Karel Zak --- sys-utils/fstrim.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'sys-utils/fstrim.c') diff --git a/sys-utils/fstrim.c b/sys-utils/fstrim.c index 332845643..e1573f0dc 100644 --- a/sys-utils/fstrim.c +++ b/sys-utils/fstrim.c @@ -57,10 +57,11 @@ static void __attribute__((__noreturn__)) usage(FILE *out) fprintf(out, _(" %s [options] \n"), program_invocation_short_name); fputs(USAGE_OPTIONS, out); - fputs(_(" -o, --offset offset in bytes to discard from\n" - " -l, --length length of bytes to discard from the offset\n" - " -m, --minimum minimum extent length to discard\n" - " -v, --verbose print number of discarded bytes\n"), out); + fputs(_(" -o, --offset offset in bytes to discard from\n"), out); + fputs(_(" -l, --length length of bytes to discard from the offset\n"), out); + fputs(_(" -m, --minimum 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); -- cgit v1.2.3-55-g7522