From: Benno Schulenberg Date: Tue, 25 Mar 2025 10:43:00 +0000 (+0100) Subject: fstrim: mark only the mountpoint as placeholder, not options -A and -a X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e27ee134279d3e27495e24330b331ea0ab8bebaa;p=thirdparty%2Futil-linux.git 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 --- 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);