summaryrefslogtreecommitdiffstats
path: root/urpmi.update
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-12-19 12:16:49 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-12-19 12:16:49 +0000
commit3880463a92142896704deca4d341af93be762b84 (patch)
tree083ddaa4280c8f7bd74b0619ebe5d40fd4a9d038 /urpmi.update
parentfa957b2abb16441c131d8242b22579ca63d70c01 (diff)
downloadurpmi-3880463a92142896704deca4d341af93be762b84.tar
urpmi-3880463a92142896704deca4d341af93be762b84.tar.gz
urpmi-3880463a92142896704deca4d341af93be762b84.tar.bz2
urpmi-3880463a92142896704deca4d341af93be762b84.tar.xz
urpmi-3880463a92142896704deca4d341af93be762b84.zip
- all tools:
o drop hdlist support (will be replaced with xml media_info)
Diffstat (limited to 'urpmi.update')
-rwxr-xr-xurpmi.update6
1 files changed, 3 insertions, 3 deletions
diff --git a/urpmi.update b/urpmi.update
index 2e3f3aa8..29beade8 100755
--- a/urpmi.update
+++ b/urpmi.update
@@ -44,11 +44,11 @@ where <name> is a medium name to update.
") . N(" --ignore - don't update, mark the media as ignored.
") . N(" --no-ignore - don't update, mark the media as enabled.
") . N(" --urpmi-root - use another root for urpmi db & rpm installation.
-") . N(" --probe-rpms - do not use synthesis/hdlist, use rpm files directly
+") . N(" --probe-rpms - do not use synthesis, use rpm files directly
") . N(" -a - select all non-removable media.
") . N(" -c - clean headers cache directory.
-") . N(" -f - force updating synthesis/hdlist
-") . N(" -ff - really force updating synthesis/hdlist
+") . N(" -f - force updating synthesis
+") . N(" -ff - really force updating synthesis
") . N(" -q - quiet mode.
") . N(" -v - verbose mode.
");