diff options
author | Thierry Vignaud <tv@mageia.org> | 2011-10-27 21:53:34 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2011-10-27 21:53:34 +0000 |
commit | a767c1865f17749ccac1b27c95f23ac57ea26626 (patch) | |
tree | 0eb2ae7feb9a028bc87a70b14ce042db1defcc05 | |
parent | f618b89e6c36cdfeb129d9a9dcac1b99fde74935 (diff) | |
download | urpmi-a767c1865f17749ccac1b27c95f23ac57ea26626.tar urpmi-a767c1865f17749ccac1b27c95f23ac57ea26626.tar.gz urpmi-a767c1865f17749ccac1b27c95f23ac57ea26626.tar.bz2 urpmi-a767c1865f17749ccac1b27c95f23ac57ea26626.tar.xz urpmi-a767c1865f17749ccac1b27c95f23ac57ea26626.zip |
document that -a only works on enabled media (mga#3190)
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | pod/urpmi.update.8.pod | 2 | ||||
-rwxr-xr-x | urpmi.update | 2 |
3 files changed, 5 insertions, 2 deletions
@@ -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. |