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