Sync usage() and SYNOPSIS.
This commit is contained in:
parent
a5d21a05c1
commit
977b68391c
@ -37,7 +37,7 @@
|
||||
.Nm
|
||||
.Op Fl rv
|
||||
.Nm
|
||||
.Op Fl u
|
||||
.Fl u
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
|
@ -35,6 +35,7 @@ __FBSDID("$FreeBSD$");
|
||||
#include <sys/types.h>
|
||||
#include <err.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include "devinfo.h"
|
||||
|
||||
@ -208,7 +209,10 @@ main(int argc, char *argv[])
|
||||
vflag++;
|
||||
break;
|
||||
default:
|
||||
errx(1, "usage: %s [-ruv]", argv[0]);
|
||||
fprintf(stderr, "%s\n%s\n",
|
||||
"usage: devinfo [-rv]",
|
||||
" devinfo -u");
|
||||
exit(1);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user