1
0
Fork 0
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:
Chmouel Boudjnah 2001-11-16 11:42:04 +00:00
parent 34eb20dac6
commit 263f3b1422
2 changed files with 6 additions and 1 deletions

View file

@ -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:

View file

@ -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)" \