diff options
author | Per Øyvind Karlsen <peroyvind@mandriva.org> | 2008-01-17 10:54:40 +0000 |
---|---|---|
committer | Per Øyvind Karlsen <peroyvind@mandriva.org> | 2008-01-17 10:54:40 +0000 |
commit | 28e1e09b989001e7af04ec8180a5cb380be02586 (patch) | |
tree | 92d551ae24d5db7200fb6978a8d9e8e44080e4f0 | |
parent | 9b33cff5932fa82c17a050064d536f4553618d66 (diff) | |
download | urpmi-28e1e09b989001e7af04ec8180a5cb380be02586.tar urpmi-28e1e09b989001e7af04ec8180a5cb380be02586.tar.gz urpmi-28e1e09b989001e7af04ec8180a5cb380be02586.tar.bz2 urpmi-28e1e09b989001e7af04ec8180a5cb380be02586.tar.xz urpmi-28e1e09b989001e7af04ec8180a5cb380be02586.zip |
add missing --aria2 to --help
-rwxr-xr-x | urpmi | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -113,6 +113,7 @@ usage: to install a chroot with --root option. ") . N(" --wget - use wget to retrieve distant files. ") . N(" --curl - use curl to retrieve distant files. +") . N(" --aria2 - use aria2 to retrieve distant files. ") . N(" --prozilla - use prozilla to retrieve distant files. ") . N(" --curl-options - additional options to pass to curl ") . N(" --rsync-options- additional options to pass to rsync |