summaryrefslogtreecommitdiffstats
path: root/urpmi.addmedia
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2002-10-25 07:58:56 +0000
committerFrancois Pons <fpons@mandriva.com>2002-10-25 07:58:56 +0000
commit9b0551b8268d4c755d6090f18665ff97036abf44 (patch)
tree7cb6c11e15d12457e42b513a6dce1c40cab7f7e4 /urpmi.addmedia
parent8621a2d4e8b5f15dfc8cf87182899f83702c6275 (diff)
downloadurpmi-9b0551b8268d4c755d6090f18665ff97036abf44.tar
urpmi-9b0551b8268d4c755d6090f18665ff97036abf44.tar.gz
urpmi-9b0551b8268d4c755d6090f18665ff97036abf44.tar.bz2
urpmi-9b0551b8268d4c755d6090f18665ff97036abf44.tar.xz
urpmi-9b0551b8268d4c755d6090f18665ff97036abf44.zip
4.0-22mdk
Diffstat (limited to 'urpmi.addmedia')
-rwxr-xr-xurpmi.addmedia7
1 files changed, 4 insertions, 3 deletions
diff --git a/urpmi.addmedia b/urpmi.addmedia
index ceb77ff2..d4fcfd63 100755
--- a/urpmi.addmedia
+++ b/urpmi.addmedia
@@ -39,9 +39,7 @@ where <url> is one of
removable://<path>
and [options] are from
-") . _(" -c - clean headers cache directory.
-") . _(" -h - try to find and use synthesis or hdlist file.
-") . _(" -f - force generation of hdlist files.
+") . _(" --help - print this help message.
") . _(" --wget - use wget to retrieve distant files.
") . _(" --curl - use curl to retrieve distant files.
") . _(" --proxy - use specified HTTP proxy, the port number is assumed
@@ -50,6 +48,9 @@ and [options] are from
authentication (format is <user:password>).
") . _(" --update - create an update medium.
") . _(" --distrib - automatically create all media from an installation medium.
+") . _(" -c - clean headers cache directory.
+") . _(" -h - try to find and use synthesis or hdlist file.
+") . _(" -f - force generation of hdlist files.
");
$options{force} = 0;