summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--pod/urpmi.update.8.pod2
-rwxr-xr-xurpmi.update2
3 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 103cad37..a269fdaa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+- urpmi.update:
+ o document that -a only works on enabled media (mga#3190)
+
Version 6.41 - 14 Oct 2010
- add infrastructure for rpmdrake (#920)
diff --git a/pod/urpmi.update.8.pod b/pod/urpmi.update.8.pod
index 7c23e4cb..134ef97a 100644
--- a/pod/urpmi.update.8.pod
+++ b/pod/urpmi.update.8.pod
@@ -80,7 +80,7 @@ Note that the rsync options will also be used for ssh media.
=item B<-a>
-Select all non-static media to update them.
+Select all enabled non-static media to update them.
=item B<-f>
diff --git a/urpmi.update b/urpmi.update
index a55d70dc..dba14159 100755
--- a/urpmi.update
+++ b/urpmi.update
@@ -47,7 +47,7 @@ where <name> is a medium name to update.
") . 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, use rpm files directly
-") . N(" -a - select all non-removable media.
+") . N(" -a - select all enabled non-removable media.
") . N(" -f - force updating synthesis
") . N(" -ff - really force updating synthesis
") . N(" -q - quiet mode.