Signed-off-by: Jonathan Liu <net147@xxxxxxxxx> --- sys-utils/umount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-utils/umount.c b/sys-utils/umount.c index fe120db..f3bac0f 100644 --- a/sys-utils/umount.c +++ b/sys-utils/umount.c @@ -80,7 +80,7 @@ static void __attribute__((__noreturn__)) usage(FILE *out) fputs(USAGE_OPTIONS, out); fputs(_(" -a, --all unmount all filesystems\n"), out); - fputs(_(" -A, --all-targets unmount all mountpoins for the given device in the\n" + fputs(_(" -A, --all-targets unmount all mountpoints for the given device in the\n" " current namespace\n"), out); fputs(_(" -c, --no-canonicalize don't canonicalize paths\n"), out); fputs(_(" -d, --detach-loop if mounted loop device, also free this loop device\n"), out); -- 1.9.0 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html