mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-03 10:21:46 +02:00
Fix typo in _urpmi for urpmi.addmedia
This commit is contained in:
parent
34eb20dac6
commit
263f3b1422
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2001-11-16 Chmouel Boudjnah <chmouel@mandrakesoft.com>
|
||||
|
||||
* 16258: Completion/Mandrake/Command/_urpmi:
|
||||
Fix typo in _urpmi for urpmi.addmedia.
|
||||
|
||||
2001-11-15 Clint Adams <clint@zsh.org>
|
||||
|
||||
* unposted: Functions/Prompts/prompt_clint_setup:
|
||||
|
|
|
@ -11,7 +11,7 @@ _urpmi_cache_policy() {
|
|||
case "$service" in
|
||||
urpmi.addmedia )
|
||||
_arguments -A '-*' \
|
||||
"-update[mark as update media]" \
|
||||
"--update[mark as update media]" \
|
||||
":name of media: " \
|
||||
":media URL:->media_url" \
|
||||
": :(with)" \
|
||||
|
|
Loading…
Reference in a new issue