diff options
-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. |