mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-29 16:44:03 +00:00
Sync usage string according to man page.
This commit is contained in:
parent
49d430cc1f
commit
210a5dc89f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=26742
@ -377,9 +377,8 @@ xdr_dir(xdrsp, dirp)
|
||||
void
|
||||
usage()
|
||||
{
|
||||
(void)fprintf(stderr,
|
||||
"usage: %s\n %s\n",
|
||||
"umount [-fv] [-t fstypelist] special | node",
|
||||
"umount -a[fv] [-h host] [-t fstypelist]");
|
||||
(void)fprintf(stderr, "%s\n%s\n",
|
||||
"usage: umount [-fv] special | node",
|
||||
" umount -a | -A [-fv] [-h host] [-t type]");
|
||||
exit(1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user