From: Jonathan Liu Date: Fri, 4 Apr 2014 13:08:01 +0000 (+1100) Subject: umount: fix typo in usage X-Git-Tag: v2.25-rc1~302 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8356d27d66e2957f0cc094e86bb56df1e3e8cef5;p=thirdparty%2Futil-linux.git umount: fix typo in usage Signed-off-by: Jonathan Liu --- diff --git a/sys-utils/umount.c b/sys-utils/umount.c index 188a53adbc..0d576595b6 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);