xbps-{install,query}.8: --repository opt expects abs paths for local repos.
This commit is contained in:
parent
8839669710
commit
4d5eb2b18e
@ -1,4 +1,4 @@
|
||||
.Dd November 27, 2014
|
||||
.Dd December 6, 2014
|
||||
.Dt XBPS-INSTALL 8
|
||||
.Sh NAME
|
||||
.Nm xbps-install
|
||||
@ -93,6 +93,7 @@ operation. This ignores the existing on-disk repository archives in rootdir.
|
||||
Dry-run mode. Show what actions would be done but don't do anything.
|
||||
.It Fl R, Fl -repository=uri
|
||||
Repository to be added to the top of the list. This option can be specified multiple times.
|
||||
For local repositories an absolute path is expected.
|
||||
.It Fl r, Fl -rootdir Ar dir
|
||||
Specifies a full path for the target root directory.
|
||||
.It Fl S, Fl -sync
|
||||
|
@ -1,4 +1,4 @@
|
||||
.Dd November 27, 2014
|
||||
.Dd December 6, 2014
|
||||
.Dt XBPS-QUERY 8
|
||||
.Sh NAME
|
||||
.Nm xbps-query
|
||||
@ -82,6 +82,7 @@ than looking in the target root directory. The
|
||||
.Ar url
|
||||
argument is optional and can be used to add the repository to the top of the list.
|
||||
This option can be specified multiple times.
|
||||
For local repositories an absolute path is expected.
|
||||
.It Fl -regex
|
||||
Enables string matching by using Extended Regular Expressions in compatible modes,
|
||||
currently in the
|
||||
|
Loading…
Reference in New Issue
Block a user