From d6bbe8044b21dca000fe49fdee4260c2e84d1df9 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Wed, 11 Dec 2013 12:40:14 +0100 Subject: textual: small inprovements to usage and man page of fstrim Signed-off-by: Benno Schulenberg --- sys-utils/fstrim.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys-utils/fstrim.c') diff --git a/sys-utils/fstrim.c b/sys-utils/fstrim.c index f58b6d4c3..c51c7a804 100644 --- a/sys-utils/fstrim.c +++ b/sys-utils/fstrim.c @@ -229,10 +229,10 @@ static void __attribute__((__noreturn__)) usage(FILE *out) fprintf(out, _(" %s [options] \n"), program_invocation_short_name); fputs(USAGE_OPTIONS, out); - fputs(_(" -a, --all discard all mounted supported filesystems\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(_(" -a, --all trim all mounted filesystems that are supported\n"), out); + fputs(_(" -o, --offset the offset in bytes to start discarding from\n"), out); + fputs(_(" -l, --length the number of bytes to discard\n"), out); + fputs(_(" -m, --minimum the minimum extent length to discard\n"), out); fputs(_(" -v, --verbose print number of discarded bytes\n"), out); fputs(USAGE_SEPARATOR, out); -- cgit v1.2.3-55-g7522