summaryrefslogtreecommitdiffstats
path: root/sys-utils/umount.c
diff options
context:
space:
mode:
authorJonathan Liu2014-04-04 15:08:01 +0200
committerKarel Zak2014-04-07 12:38:20 +0200
commit8356d27d66e2957f0cc094e86bb56df1e3e8cef5 (patch)
tree828b83cd3c48f4e001cbbc9b72bb234e61f68e0b /sys-utils/umount.c
parentfstrim: add systemd units (diff)
downloadkernel-qcow2-util-linux-8356d27d66e2957f0cc094e86bb56df1e3e8cef5.tar.gz
kernel-qcow2-util-linux-8356d27d66e2957f0cc094e86bb56df1e3e8cef5.tar.xz
kernel-qcow2-util-linux-8356d27d66e2957f0cc094e86bb56df1e3e8cef5.zip
umount: fix typo in usage
Signed-off-by: Jonathan Liu <net147@gmail.com>
Diffstat (limited to 'sys-utils/umount.c')
-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);