From f3274fd13a2d50ecef548cf0869719efeb23ab69 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 17 Apr 2014 11:39:36 +0200 Subject: [PATCH] xbps-query: sync usage() with reality. --- bin/xbps-query/main.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/bin/xbps-query/main.c b/bin/xbps-query/main.c index 362b602e..2820a20a 100644 --- a/bin/xbps-query/main.c +++ b/bin/xbps-query/main.c @@ -45,10 +45,9 @@ usage(bool fail) " -p --property PROP,... Show properties for PKGNAME\n" " -R --repository Enable repository mode. This mode explicitly\n" " looks for packages in repositories.\n" - " --repository= Enable repository mode and explicitly add the\n" - " repository to the list; can be specified\n" - " multiple times. This overrides the repositories\n" - " list of a configuration file.\n" + " --repository= Enable repository mode and add repository\n" + " to the top of the list. This option can be\n" + " specified multiple times.\n" " -r --rootdir Full path to rootdir\n" " -V --version Show XBPS version\n" " -v --verbose Verbose messages\n"