Changed "file system" back to "filesystem" in the usage message. English

rules don't apply to tokens that are supposed to represent single args.
This was only fixed in the man page.

Fixed other differences between the man page and the usage message (1
formatting bug and 1 syntax bug).
This commit is contained in:
Bruce Evans 2002-10-01 13:44:15 +00:00
parent 658a755b6a
commit 4fb133adea
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=104290

View File

@ -525,9 +525,9 @@ usage(void)
"k"
#endif
"nSu] [-B records] [-b blocksize] [-D dumpdates]\n"
" [-d density] [-f file ] [-h level] [-s feet] "
"[-T date] file system\n"
" dump [-W | -w]\n");
" [-d density] [-f file] [-h level] [-s feet] "
"[-T date] filesystem\n"
" dump -W | -w\n");
exit(X_STARTUP);
}