Sync usage string according to man page.

This commit is contained in:
Philippe Charnier 1997-06-19 14:44:24 +00:00
parent 49d430cc1f
commit 210a5dc89f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=26742

View File

@ -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);
}