diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2010-02-28 10:08:49 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2010-02-28 10:08:49 +0000 |
commit | 7e68213f06c06f160edcc7aa6037863fa2c6ac2c (patch) | |
tree | 09b96a3b469407e775793338dbfdbcb7760f72aa /usr.sbin/pkg_add/pkg_create.1 | |
parent | 115bca4384fa47302dbb8338d114705a59510efe (diff) |
ProgressMeter support.
Diffstat (limited to 'usr.sbin/pkg_add/pkg_create.1')
-rw-r--r-- | usr.sbin/pkg_add/pkg_create.1 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.sbin/pkg_add/pkg_create.1 b/usr.sbin/pkg_add/pkg_create.1 index e629999032f..3b8334db740 100644 --- a/usr.sbin/pkg_add/pkg_create.1 +++ b/usr.sbin/pkg_add/pkg_create.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_create.1,v 1.58 2010/02/24 14:38:21 schwarze Exp $ +.\" $OpenBSD: pkg_create.1,v 1.59 2010/02/28 10:08:48 espie Exp $ .\" .\" Documentation and design originally from FreeBSD. All the code has .\" been rewritten since. We keep the documentation's notice: @@ -21,7 +21,7 @@ .\" [jkh] Took John's changes back and made some additional extensions for .\" better integration with FreeBSD's new ports collection. .\" -.Dd $Mdocdate: February 24 2010 $ +.Dd $Mdocdate: February 28 2010 $ .Dt PKG_CREATE 1 .Os .Sh NAME @@ -30,7 +30,7 @@ .Sh SYNOPSIS .Nm pkg_create .Bk -words -.Op Fl nQqv +.Op Fl nQqvx .Op Fl A Ar arches .Op Fl B Ar pkg-destdir .Oo Fl D Ar name @@ -218,6 +218,8 @@ Turn on verbose output. Specify a .Cm @wantlib requirement on the command line. +.It Fl x +Disable progress-meter. .El .Pp .Nm |