]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
umount: fix typo in usage
authorJonathan Liu <net147@gmail.com>
Fri, 4 Apr 2014 13:08:01 +0000 (00:08 +1100)
committerKarel Zak <kzak@redhat.com>
Mon, 7 Apr 2014 10:38:20 +0000 (12:38 +0200)
Signed-off-by: Jonathan Liu <net147@gmail.com>
sys-utils/umount.c

index 188a53adbcedfd6f02ef88484d551a917d6a54cd..0d576595b68351ade96105471659a50cafda7c2b 100644 (file)
@@ -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);