=================================================================== RCS file: /cvs/openbsd/fw_update/fw_install.8,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- openbsd/fw_update/fw_install.8 2021/12/23 21:34:12 1.5 +++ openbsd/fw_update/fw_install.8 2021/12/24 02:27:46 1.6 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fw_install.8,v 1.5 2021/12/23 21:34:12 afresh1 Exp $ +.\" $OpenBSD: fw_install.8,v 1.6 2021/12/24 02:27:46 afresh1 Exp $ .\" .\" Copyright (c) 2021 Andrew Hewus Fresh .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: December 23 2021 $ +.Dd $Mdocdate: December 24 2021 $ .Dt FW_INSTALL 8 .Os .Sh NAME @@ -24,6 +24,7 @@ .Nm .Op Fl d | D | L .Op Fl av +.Op Fl p Ar path .Op Ar driver | file ... .Sh DESCRIPTION The @@ -47,6 +48,11 @@ without installing them. .It Fl L Install firmware from a local copy in the current directory. +.It Fl p Ar path +Use the firmware found at package repository +.Ar path , +being either a local directory or a URL, +instead of the default location. .It Fl v Enable verbose mode. .El