From 9b825bde80bdf5859fa38fffef0da971fd234c81 Mon Sep 17 00:00:00 2001 From: Sebastian Rasmussen Date: Sat, 17 Apr 2021 14:40:13 +0200 Subject: [PATCH] Fix typo in help message. --- sys-utils/mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-utils/mount.c b/sys-utils/mount.c index 2900717a9..0a85a2345 100644 --- a/sys-utils/mount.c +++ b/sys-utils/mount.c @@ -484,7 +484,7 @@ static void __attribute__((__noreturn__)) usage(void) " --target explicitly specifies mountpoint\n")); fprintf(out, _( " --target-prefix \n" - " specifies path use for all mountpoints\n")); + " specifies path used for all mountpoints\n")); fprintf(out, _( " -v, --verbose say what is being done\n")); fprintf(out, _(