From 20fcf3ad0a138ca2a074969a15cbda60a8855ec6 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 17 Apr 2014 11:39:47 +0200 Subject: [PATCH] xbps-install: sync usage() with reality. --- bin/xbps-install/main.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bin/xbps-install/main.c b/bin/xbps-install/main.c index dd03ef19..38cac4e9 100644 --- a/bin/xbps-install/main.c +++ b/bin/xbps-install/main.c @@ -52,9 +52,8 @@ usage(bool fail) " overwritten.\n" " -h --help Print help usage\n" " -n --dry-run Dry-run mode\n" - " -R --repository= Repository to be used. Can be specified\n" - " multiple times. This overrides the repositories\n" - " list of a configuration file.\n" + " -R,--repository= Add repository to the top of the list.\n" + " This option can be specified multiple times.\n" " -r --rootdir Full path to rootdir\n" " -S --sync Sync remote repository index\n" " -u --update Update target package(s)\n"