Update usage message with new options.

Submitted by:	Ruslan Ermilov <ru@FreeBSD.org>
This commit is contained in:
Kirk McKusick 2001-04-30 05:36:32 +00:00
parent aad7597ce0
commit f4a225c706
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76143
2 changed files with 2 additions and 2 deletions

View File

@ -603,7 +603,7 @@ usage()
{
extern char *__progname;
static const char common[] =
"[-dpvlyn] [-T fstype:fsoptions] [-t fstype]";
"[-BFdpvlyn] [-T fstype:fsoptions] [-t fstype]";
(void)fprintf(stderr, "Usage: %s %s [special|node]...\n",
__progname, common);

View File

@ -510,7 +510,7 @@ usage()
extern char *__progname;
(void) fprintf(stderr,
"Usage: %s [-dfnpy] [-B be|le] [-b block] [-c level] [-m mode] "
"Usage: %s [-BFpfny] [-b block] [-c level] [-m mode] "
"filesystem ...\n",
__progname);
exit(1);