From f477465803bad074a9905ffa14f2b0e634985972 Mon Sep 17 00:00:00 2001 From: Roman Neuhauser Date: Thu, 20 Feb 2020 11:10:56 +0100 Subject: [PATCH] xbps-install: -R/--repository usage string format same as in other options that take arguments --- bin/xbps-install/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/xbps-install/main.c b/bin/xbps-install/main.c index 9ee4964b..adc83889 100644 --- a/bin/xbps-install/main.c +++ b/bin/xbps-install/main.c @@ -57,7 +57,7 @@ usage(bool fail) " -M --memory-sync Remote repository data is fetched and stored\n" " in memory, ignoring on-disk repodata archives\n" " -n --dry-run Dry-run mode\n" - " -R,--repository= Add repository to the top of the list\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" " --reproducible Enable reproducible mode in pkgdb\n"