diff options
Diffstat (limited to 'urpmi.addmedia')
-rwxr-xr-x | urpmi.addmedia | 7 |
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; |