mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Update usage message with new options.
Submitted by: Ruslan Ermilov <ru@FreeBSD.org>
This commit is contained in:
parent
aad7597ce0
commit
f4a225c706
2 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue