The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=4d86ab429ee9b4b22654b52380512f7b8cee4478
commit 4d86ab429ee9b4b22654b52380512f7b8cee4478 Author: Alexander Motin <m...@freebsd.org> AuthorDate: 2021-01-05 19:56:23 +0000 Commit: Alexander Motin <m...@freebsd.org> CommitDate: 2021-01-05 19:56:23 +0000 Fix devinfo typo. Submitted by: Nick Wolff <darkfiber...@gmail.com> MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D27981 --- usr.sbin/devinfo/devinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/devinfo/devinfo.c b/usr.sbin/devinfo/devinfo.c index be18c57dc5e7..ee5ac0a1f7eb 100644 --- a/usr.sbin/devinfo/devinfo.c +++ b/usr.sbin/devinfo/devinfo.c @@ -235,7 +235,7 @@ usage(void) fprintf(stderr, "%s\n%s\n%s\n", "usage: devinfo [-rv]", " devinfo -u", - " devifno -p dev [-v]"); + " devinfo -p dev [-v]"); exit(1); } _______________________________________________ dev-commits-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "dev-commits-src-all-unsubscr...@freebsd.org"