xbps-rindex.8: clarify abs paths, detail -f with -a.
This commit is contained in:
parent
b78d78a1cd
commit
a71e428610
@ -1,4 +1,4 @@
|
|||||||
.Dd November 6, 2014
|
.Dd November 29, 2014
|
||||||
.Dt XBPS-RINDEX 8
|
.Dt XBPS-RINDEX 8
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
.Nm xbps-rindex
|
.Nm xbps-rindex
|
||||||
@ -34,22 +34,29 @@ Path to the private RSA key to sign the repository. If unset, defaults to
|
|||||||
.El
|
.El
|
||||||
.Sh MODE
|
.Sh MODE
|
||||||
.Bl -tag -width x
|
.Bl -tag -width x
|
||||||
.It Sy -a, --add Ar repository/binpkg.xbps ...
|
.It Sy -a, --add Ar /path/to/repository/binpkg.xbps ...
|
||||||
Registers the binary package into the local repository. The specified binary
|
Registers the binary package into the local repository. The specified binary
|
||||||
package is only added to the index if its version is greater than the one
|
package is only added to the index if its version is greater than the one
|
||||||
currently stored. Multiple binary packages can be specified as arguments.
|
currently stored, use
|
||||||
.It Sy -c, --clean Ar repository
|
.Ar -f
|
||||||
|
to forcefully register existing packages.
|
||||||
|
Multiple binary packages can be specified as arguments.
|
||||||
|
Absolute path to the local repository is expected.
|
||||||
|
.It Sy -c, --clean Ar /path/to/repository
|
||||||
Removes obsolete entries found in the local repository.
|
Removes obsolete entries found in the local repository.
|
||||||
.It Sy -r, --remove-obsoletes Ar repository
|
Absolute path to the local repository is expected.
|
||||||
|
.It Sy -r, --remove-obsoletes Ar /path/to/repository
|
||||||
Removes obsolete packages from
|
Removes obsolete packages from
|
||||||
.Ar repository .
|
.Ar repository .
|
||||||
Packages that are not currently registered in repository's index will
|
Packages that are not currently registered in repository's index will
|
||||||
be removed (out of date, invalid archives, etc).
|
be removed (out of date, invalid archives, etc).
|
||||||
.It Sy -s, --sign Ar repository
|
Absolute path to the local repository is expected.
|
||||||
|
.It Sy -s, --sign Ar /path/to/repository
|
||||||
Signs a repository with your specified RSA key. If
|
Signs a repository with your specified RSA key. If
|
||||||
.Fl --privkey
|
.Fl --privkey
|
||||||
argument not set, it defaults to
|
argument not set, it defaults to
|
||||||
.Sy ~/.ssh/id_rsa .
|
.Sy ~/.ssh/id_rsa .
|
||||||
|
Absolute path to the local repository is expected.
|
||||||
.El
|
.El
|
||||||
.Sh ENVIRONMENT
|
.Sh ENVIRONMENT
|
||||||
.Bl -tag -width XBPS_TARGET_ARCH
|
.Bl -tag -width XBPS_TARGET_ARCH
|
||||||
|
Loading…
Reference in New Issue
Block a user