diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-01-27 11:10:04 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-01-27 11:10:04 +0000 |
commit | a2e352a80301a243c139f50b75a5bdfcafd86ad9 (patch) | |
tree | f39ba5c4303d4ce6d1579e65561d0e73cb7ff1d3 /man | |
parent | de30d10b40a5db24883762c45897bd9d8d3fb9b9 (diff) | |
download | urpmi-a2e352a80301a243c139f50b75a5bdfcafd86ad9.tar urpmi-a2e352a80301a243c139f50b75a5bdfcafd86ad9.tar.gz urpmi-a2e352a80301a243c139f50b75a5bdfcafd86ad9.tar.bz2 urpmi-a2e352a80301a243c139f50b75a5bdfcafd86ad9.tar.xz urpmi-a2e352a80301a243c139f50b75a5bdfcafd86ad9.zip |
Patch by Guillaume Rousse to improve bash-completion for media names, via
adding new optional arguments to the --list-media option of urpmq.
Diffstat (limited to 'man')
-rw-r--r-- | man/C/urpmq.8 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man/C/urpmq.8 b/man/C/urpmq.8 index 7d597ab9..3a9483be 100644 --- a/man/C/urpmq.8 +++ b/man/C/urpmq.8 @@ -47,8 +47,10 @@ generally rejects the upgrade of packages given on command line (or when using --auto-select) when a dependency error occurs. .IP "\fB\--list\fP" List available packages. -.IP "\fB\--list-media\fP" -List available media. +.IP "\fB\--list-media\fP [\fItype\fP]" +List available media. You can optionally add a type: \fBall\fP to list +all media (the default), \fBupdate\fP to list the update media, or +\fBactive\fP to list only active media. .IP "\fB\--list-url\fP" List available media and their URLs. .IP "\fB\--list-nodes\fP" |