From e27ee134279d3e27495e24330b331ea0ab8bebaa Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Tue, 25 Mar 2025 11:43:00 +0100 Subject: [PATCH] fstrim: mark only the mountpoint as placeholder, not options -A and -a Also, write "mountpoint" as one word here, because it's clearer. Signed-off-by: Benno Schulenberg --- sys-utils/fstrim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-utils/fstrim.c b/sys-utils/fstrim.c index 2ae3480b8..4d43c7957 100644 --- a/sys-utils/fstrim.c +++ b/sys-utils/fstrim.c @@ -451,7 +451,7 @@ static void __attribute__((__noreturn__)) usage(void) FILE *out = stdout; fputs(USAGE_HEADER, out); fprintf(out, - _(" %s [options] <-A|-a|mount point>\n"), program_invocation_short_name); + _(" %s [options] -A|-a|\n"), program_invocation_short_name); fputs(USAGE_SEPARATOR, out); fputs(_("Discard unused blocks on a mounted filesystem.\n"), out); -- 2.47.3