[pacman-contrib] [PATCH] rankmirrors: Fixe --verbose help output typo
Fixes FS#56504. Reported-by: Pekka Järvinen <pekka.jarvinen@gmail.com> Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> --- src/rankmirrors.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rankmirrors.sh.in b/src/rankmirrors.sh.in index a05b8e0..7f518c0 100644 --- a/src/rankmirrors.sh.in +++ b/src/rankmirrors.sh.in @@ -39,7 +39,7 @@ usage() { echo " -n NUM number of servers to output, 0 for all" echo " -t, --times only output mirrors and their response times" echo " -u, --url test a specific URL" - echo " -v, --verbose be verbose in ouptut" + echo " -v, --verbose be verbose in output" echo " -r, --repo specify a repository name instead of guessing" exit 0 } -- 2.15.0
participants (1)
-
Johannes Löthberg