public inbox for util-linux@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] umount: fix typo in usage
@ 2014-04-04 13:08 Jonathan Liu
  2014-04-07 10:43 ` Karel Zak
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Liu @ 2014-04-04 13:08 UTC (permalink / raw)
  To: util-linux; +Cc: Jonathan Liu

Signed-off-by: Jonathan Liu <net147@gmail.com>
---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-04-07 10:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-04 13:08 [PATCH] umount: fix typo in usage Jonathan Liu
2014-04-07 10:43 ` Karel Zak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox