From d98442d84e612c0e65c1c2d51c1341c95405239f Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 10 Jan 2015 12:02:20 +0100 Subject: [PATCH] xbps-{install,query}.8: absolute path in --repository is not a requirement now. --- bin/xbps-install/xbps-install.8 | 4 ++-- bin/xbps-query/xbps-query.8 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/xbps-install/xbps-install.8 b/bin/xbps-install/xbps-install.8 index c9eebbbe..e630b8e1 100644 --- a/bin/xbps-install/xbps-install.8 +++ b/bin/xbps-install/xbps-install.8 @@ -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. diff --git a/bin/xbps-query/xbps-query.8 b/bin/xbps-query/xbps-query.8 index a51194f7..5f6add8f 100644 --- a/bin/xbps-query/xbps-query.8 +++ b/bin/xbps-query/xbps-query.8 @@ -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,