xbps-{install,query}.8: absolute path in --repository is not a requirement now.

This commit is contained in:
Juan RP 2015-01-10 12:02:20 +01:00
parent 8196811e2e
commit d98442d84e
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
.Dd December 15, 2014
.Dd January 10, 2014
.Dt XBPS-INSTALL 8
.Sh NAME
.Nm xbps-install
@ -98,7 +98,7 @@ than looking in the target root directory.
Appends the specified repository to the top of the list. The
.Ar url
argument expects a URL to the repository for remote repositories or
an absolute path for local repositories.
a path for local repositories.
This option can be specified multiple times.
.It Fl r, Fl -rootdir Ar dir
Specifies a full path for the target root directory.

View File

@ -1,4 +1,4 @@
.Dd December 15, 2014
.Dd January 10, 2014
.Dt XBPS-QUERY 8
.Sh NAME
.Nm xbps-query
@ -83,7 +83,7 @@ than looking in the target root directory.
Appends the specified repository to the top of the list. The
.Ar url
argument expects a URL to the repository for remote repositories or
an absolute path for local repositories.
a path for local repositories.
This option can be specified multiple times.
.It Fl -regex
Enables string matching by using Extended Regular Expressions in compatible modes,