diff options
author | 2011-07-09 05:12:10 +0000 | |
---|---|---|
committer | 2011-07-09 05:12:10 +0000 | |
commit | fe8dbe0aa0ef33e298c48ece5ac32ff58ce9c731 (patch) | |
tree | 1f802b89bb2b4333e840934ea42e5b06a4b11c7a | |
parent | install man page too (diff) | |
download | wireguard-openbsd-fe8dbe0aa0ef33e298c48ece5ac32ff58ce9c731.tar.xz wireguard-openbsd-fe8dbe0aa0ef33e298c48ece5ac32ff58ce9c731.zip |
it passes the -v flag to pkg_add of course.
found by ajacoutot@, thanks
-rw-r--r-- | usr.sbin/fw_update/fw_update.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/fw_update/fw_update.1 b/usr.sbin/fw_update/fw_update.1 index aaeacf112da..70c7209303f 100644 --- a/usr.sbin/fw_update/fw_update.1 +++ b/usr.sbin/fw_update/fw_update.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fw_update.1,v 1.1 2011/07/09 04:53:41 halex Exp $ +.\" $OpenBSD: fw_update.1,v 1.2 2011/07/09 05:12:10 halex Exp $ .\" .\" Copyright (c) 2011 Alexander Hall <alexander@beard.se> .\" @@ -37,7 +37,7 @@ Verbose output. Passes the .Fl v flag to -.Xr ssh_add 1 . +.Xr pkg_add 1 . .El .Sh SEE ALSO .Xr dmesg 8 |