summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Liu <net147@gmail.com>2014-04-05 00:08:01 +1100
committerKarel Zak <kzak@redhat.com>2014-04-23 11:55:09 +0200
commita3f6bf3ad7d5d9e7f61254d9a72664e5fe0c3b75 (patch)
treea4bc13a8ef0394d3a6e214c026e11378ef01429a
parente1fccc2efa7e0f78d6bb586d15e38592d32f6137 (diff)
downloadutil-linux-a3f6bf3ad7d5d9e7f61254d9a72664e5fe0c3b75.tar.gz
umount: fix typo in usage
Signed-off-by: Jonathan Liu <net147@gmail.com>
-rw-r--r--sys-utils/umount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/umount.c b/sys-utils/umount.c
index 188a53adb..0d576595b 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);