It's possible to unmount multiple items at once, make it clear.
This commit is contained in:
parent
0b086b5868
commit
f4d51464c6
@ -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
|
||||
|
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user