diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2017-10-10 15:13:30 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2017-10-10 15:13:30 +0000 |
commit | 45af4f006a43989535820364d0d22017bf302ca7 (patch) | |
tree | 5203f2532ba8427a015b6255be3771b4a862d32e /usr.sbin/pkg_add | |
parent | 80dc1b4d92d9760afe2ed500f7548d67e8826fd5 (diff) |
in -u mode, the pkgname is optional
Diffstat (limited to 'usr.sbin/pkg_add')
-rw-r--r-- | usr.sbin/pkg_add/pkg_add.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pkg_add/pkg_add.1 b/usr.sbin/pkg_add/pkg_add.1 index 50672d78d53..a7493c6496d 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.150 2017/07/25 14:36:01 schwarze Exp $ +.\" $OpenBSD: pkg_add.1,v 1.151 2017/10/10 15:13:29 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: July 25 2017 $ +.Dd $Mdocdate: October 10 2017 $ .Dt PKG_ADD 1 .Os .Sh NAME @@ -31,7 +31,7 @@ .Op Fl L Ar localbase .Op Fl l Ar file .Op Fl P Ar type -.Ar pkg-name ... +.Op Ar pkg-name ... .Ek .Sh DESCRIPTION The |