Also, write "mountpoint" as one word here, because it's clearer. Signed-off-by: Benno Schulenberg <bensberg@xxxxxxxxxx> --- 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|<mountpoint>\n"), program_invocation_short_name); fputs(USAGE_SEPARATOR, out); fputs(_("Discard unused blocks on a mounted filesystem.\n"), out); -- 2.48.1