diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2006-12-14 15:29:15 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2006-12-14 15:29:15 +0000 |
commit | df8154ad5890760c3631bf78650a8f274938a21e (patch) | |
tree | 1a1f9769ff53f1405b06cb3b0d3f161b7b67f8bd /urpmi.addmedia | |
parent | eb6b2900d400186a34d2e0d1982cecf555b499fb (diff) | |
download | urpmi-df8154ad5890760c3631bf78650a8f274938a21e.tar urpmi-df8154ad5890760c3631bf78650a8f274938a21e.tar.gz urpmi-df8154ad5890760c3631bf78650a8f274938a21e.tar.bz2 urpmi-df8154ad5890760c3631bf78650a8f274938a21e.tar.xz urpmi-df8154ad5890760c3631bf78650a8f274938a21e.zip |
simplify
Diffstat (limited to 'urpmi.addmedia')
-rwxr-xr-x | urpmi.addmedia | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/urpmi.addmedia b/urpmi.addmedia index 17164d6b..ce7063a8 100755 --- a/urpmi.addmedia +++ b/urpmi.addmedia @@ -52,10 +52,9 @@ and [options] are from ") . N(" --proxy-user - specify user and password to use for proxy authentication (format is <user:password>). ") . N(" --update - create an update medium. -") . N(" --probe-synthesis - try to find and use synthesis file. -") . N(" --probe-hdlist - try to find and use hdlist file. -") . N(" --no-probe - do not try to find any synthesis or - hdlist file. +") . N(" --probe-synthesis - use synthesis file. +") . N(" --probe-hdlist - use hdlist file. +") . N(" --no-probe - do not try to find any synthesis or hdlist file. ") . N(" --urpmi-root - use another root for urpmi db & rpm installation. ") . N(" --distrib - automatically create all media from an installation medium. |