summaryrefslogtreecommitdiffstats
path: root/sbin/umount
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2011-03-24 12:35:09 +0000
committerru <ru@FreeBSD.org>2011-03-24 12:35:09 +0000
commitf4d51464c6fc378e12f982412ff56b0059fa8573 (patch)
tree67fddfef7b22bf639f41c5a45c354a56ad81a549 /sbin/umount
parent0b086b586807989e7b2a6abc1a1b5f25a46ede0b (diff)
downloadFreeBSD-src-f4d51464c6fc378e12f982412ff56b0059fa8573.zip
FreeBSD-src-f4d51464c6fc378e12f982412ff56b0059fa8573.tar.gz
It's possible to unmount multiple items at once, make it clear.
Diffstat (limited to 'sbin/umount')
-rw-r--r--sbin/umount/umount.82
-rw-r--r--sbin/umount/umount.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sbin/umount/umount.8 b/sbin/umount/umount.8
index 42b55ee..91231a7 100644
--- a/sbin/umount/umount.8
+++ b/sbin/umount/umount.8
@@ -37,7 +37,7 @@
.Sh SYNOPSIS
.Nm
.Op Fl fv
-.Ar special | node | fsid
+.Ar special ... | node ... | fsid ...
.Nm
.Fl a | A
.Op Fl F Ar fstab
diff --git a/sbin/umount/umount.c b/sbin/umount/umount.c
index c42b4bb..911666f 100644
--- a/sbin/umount/umount.c
+++ b/sbin/umount/umount.c
@@ -599,7 +599,7 @@ usage(void)
{
(void)fprintf(stderr, "%s\n%s\n",
- "usage: umount [-fv] special | node | fsid",
+ "usage: umount [-fv] special ... | node ... | fsid ...",
" umount -a | -A [-F fstab] [-fv] [-h host] [-t type]");
exit(1);
}
OpenPOWER on IntegriCloud