summaryrefslogtreecommitdiffstats
path: root/sbin/umount/umount.c
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/umount.c
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/umount.c')
-rw-r--r--sbin/umount/umount.c2
1 files changed, 1 insertions, 1 deletions
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