summaryrefslogtreecommitdiffstats
path: root/urpmi
diff options
context:
space:
mode:
Diffstat (limited to 'urpmi')
-rwxr-xr-xurpmi9
1 files changed, 4 insertions, 5 deletions
diff --git a/urpmi b/urpmi
index 83e8aa8d..4702bdae 100755
--- a/urpmi
+++ b/urpmi
@@ -128,15 +128,15 @@ sub usage () {
to install a chroot with --root option.") . "
" . H('Arg', " --metalink") . " - " . N("generate and use a local metalink.") . "
" . H('Arg', " --download-all") . " - " . N("download all needed packages before trying to install them") . "
-" . H('Arg', " --downloader") . " - " . N("program to use to retrieve distant files.
+" . H('Arg', " --downloader") . " - " . N("program to use to retrieve distant files.
known programs: %s", join(', ', urpm::download::ftp_http_downloaders())) . "
" . H('Arg', " --curl-options") . " - " . N("additional options to pass to curl.") . "
-" . H('Arg', " --rsync-options") . " - " . N("additional options to pass to rsynci.") . "
+" . H('Arg', " --rsync-options") . " - " . N("additional options to pass to rsync.") . "
" . H('Arg', " --wget-options") . " - " . N("additional options to pass to wget.") . "
" . H('Arg', " --prozilla-options") . " - " . N("additional options to pass to prozilla.") . "
" . H('Arg', " --aria2-options") . " - " . N("additional options to pass to aria2.") . "
" . H('Arg', " --limit-rate") . " - " . N("limit the download speed.") . "
-" . H('Arg', " --resume") . " - " . N("resume transfer of partially-downloaded files.
+" . H('Arg', " --resume") . " - " . N("resume transfer of partially-downloaded files
(--no-resume disables it, default is disabled).") . "
" . H('Arg', " --proxy") . " - " . N("use specified HTTP proxy, the port number is assumed
to be 1080 by default (format is <proxyhost[:port]>).") . "
@@ -167,8 +167,7 @@ sub usage () {
" . H('Arg', " --verbose, -v") . " - " . N("verbose mode.") . "
" . H('Arg', " --debug") . " - " . N("very verbose mode.") . "
" . "\n";
- print H('Highlight', N(" names or rpm files given on command line will be installed.
-"));
+ print H('Highlight', " ".N("names or rpm files given on command line will be installed.")."\n");
exit(1);
}