about summary refs log tree commit diff
path: root/Completion/Mandriva/Command/_urpmi
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2021-08-29 16:55:25 +0200
committerOliver Kiddle <opk@zsh.org>2021-08-29 16:55:25 +0200
commit76de0b05dad2d097979e61749efd0e784644cc47 (patch)
tree6897a78c69e03ef8e96d94d8215c456a53877ea4 /Completion/Mandriva/Command/_urpmi
parente872a7cec99cb1dbdfc1673d1aa47ceb89014e20 (diff)
downloadzsh-76de0b05dad2d097979e61749efd0e784644cc47.tar.gz
zsh-76de0b05dad2d097979e61749efd0e784644cc47.tar.xz
zsh-76de0b05dad2d097979e61749efd0e784644cc47.zip
49315: list units in brackets at the end of group descriptions
Diffstat (limited to 'Completion/Mandriva/Command/_urpmi')
-rw-r--r--Completion/Mandriva/Command/_urpmi2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Mandriva/Command/_urpmi b/Completion/Mandriva/Command/_urpmi
index 9ab9e45b7..be6350129 100644
--- a/Completion/Mandriva/Command/_urpmi
+++ b/Completion/Mandriva/Command/_urpmi
@@ -73,7 +73,7 @@ _urpmi() {
 
   opts_net=(
     "($help --wget)--curl[use curl to retrieve distant files]"
-    "($help)--limit-rate[limit the download speed (b/s)]:download speed in b/s: "
+    "($help)--limit-rate[limit the download speed]:download speed (b/s)"
     "($help)--proxy:proxy host:_hosts"
     "($help)--proxy-user:proxy user:_users"
     "($help --curl)--wget[use wget to retrieve distant files]"