diff options
-rw-r--r-- | pod/urpmi.update.8.pod | 4 | ||||
-rwxr-xr-x | urpmi.update | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/pod/urpmi.update.8.pod b/pod/urpmi.update.8.pod index a6434fc0..578ce317 100644 --- a/pod/urpmi.update.8.pod +++ b/pod/urpmi.update.8.pod @@ -90,6 +90,10 @@ Clean F</var/cache/urpmi/headers> directory on exit. Force updating synthesis/hdlist +=item B<-ff> + +Really force updating synthesis/hdlist + =item B<--probe-rpms> Do not use synthesis/hdlist, use rpm files directly diff --git a/urpmi.update b/urpmi.update index 257b0198..8b72aaee 100755 --- a/urpmi.update +++ b/urpmi.update @@ -48,6 +48,7 @@ where <name> is a medium name to update. ") . 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(" -q - quiet mode. ") . N(" -v - verbose mode. "); |