Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Document long options
Matthew Seaman committed 11 years ago
commit db3df8ef3c85800ecbaf83ade4aa12c574ec35eb
parent 9e38069
1 file changed +9 -5
modified docs/pkg-updating.8
@@ -15,7 +15,7 @@
.\"     @(#)pkg.8
.\" $FreeBSD$
.\"
-
.Dd February 25, 2013
+
.Dd May 26, 2013
.Dt PKG-UPDATING 8
.Os
.Sh NAME
@@ -26,7 +26,11 @@
.Op Fl d Ar date
.Op Fl f Ar file
.Op Ar pkg-name ...
+
.Pp
.Nm
+
.Op Cm --date Ar date
+
.Op Cm --file Ar file
+
.Op Ar pkg-name ...
.Sh DESCRIPTION
The
.Nm
@@ -36,15 +40,15 @@ Alternativly a list of pkg-names could be passed.
.Sh OPTIONS
The following options are supported by
.Nm :
-
.Bl -tag -width F1
-
.It Ar pkg-name ...
+
.Bl -tag -width file
+
.It Ar pkg-name ... 
UPDATING entries for the named packages are displayed.
-
.It Fl d Ar date
+
.It Fl d Ar date , Cm --date Ar date
Only entries newer than
.Ar date
are shown.
Use a YYYYMMDD date format.
-
.It Fl f Ar file
+
.It Fl f Ar file , Cm --file Ar file
Defines a alternative location of the UPDATING
.Ar file .
.El