]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
fstrim: mark only the mountpoint as placeholder, not options -A and -a
authorBenno Schulenberg <bensberg@telfort.nl>
Tue, 25 Mar 2025 10:43:00 +0000 (11:43 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 27 Mar 2025 09:50:46 +0000 (10:50 +0100)
Also, write "mountpoint" as one word here, because it's clearer.

Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
sys-utils/fstrim.c

index 2ae3480b8f9bc0fb9af06f60f30c9861f35f39fe..4d43c795729c68a27773406d2975446db8fc09f4 100644 (file)
@@ -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|<mountpoint>\n"), program_invocation_short_name);
 
        fputs(USAGE_SEPARATOR, out);
        fputs(_("Discard unused blocks on a mounted filesystem.\n"), out);