diff options
author | 2014-07-12 19:53:43 +0000 | |
---|---|---|
committer | 2014-07-12 19:53:43 +0000 | |
commit | 29e48c17d0fce4e69720290ca392d4b2a47a940d (patch) | |
tree | f99fe467e4e4494516bc29eb8d2da00dedb3957a | |
parent | finish killing old experiment, less confusing code (diff) | |
download | wireguard-openbsd-29e48c17d0fce4e69720290ca392d4b2a47a940d.tar.xz wireguard-openbsd-29e48c17d0fce4e69720290ca392d4b2a47a940d.zip |
undocument -Q
-rw-r--r-- | usr.sbin/pkg_add/pkg_add.1 | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/usr.sbin/pkg_add/pkg_add.1 b/usr.sbin/pkg_add/pkg_add.1 index bc4de2931bd..efc1154d9c5 100644 --- a/usr.sbin/pkg_add/pkg_add.1 +++ b/usr.sbin/pkg_add/pkg_add.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_add.1,v 1.125 2014/02/14 14:13:19 espie Exp $ +.\" $OpenBSD: pkg_add.1,v 1.126 2014/07/12 19:53:43 espie Exp $ .\" .\" Documentation and design originally from FreeBSD. All the code has .\" been rewritten since. We keep the documentation's notice: @@ -15,7 +15,7 @@ .\" Jordan K. Hubbard .\" .\" -.Dd $Mdocdate: February 14 2014 $ +.Dd $Mdocdate: July 12 2014 $ .Dt PKG_ADD 1 .Os .Sh NAME @@ -31,7 +31,6 @@ .Op Fl L Ar localbase .Op Fl l Ar file .Op Fl P Ar type -.Op Fl Q Ar quick-destdir .Ar pkg-name Op Ar ... .Ek .Sh DESCRIPTION @@ -380,15 +379,6 @@ can be .Sq cdrom or .Sq ftp . -.It Fl Q Ar quick-destdir -Quick and dirty installation under -.Ar quick-destdir . -Contrary to -.Fl B -.Ar pkg-destdir , -symbolic links are resolved, and package installation stops at -.Cm @endfake -marker. .It Fl q Replace package quickly; do not bother with checksums before removing normal files. |