about summary refs log tree commit diff
path: root/Completion/Unix/Command/_dropbox
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/Unix/Command/_dropbox
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/Unix/Command/_dropbox')
-rw-r--r--Completion/Unix/Command/_dropbox4
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_dropbox b/Completion/Unix/Command/_dropbox
index 115f9eb45..45c77ae09 100644
--- a/Completion/Unix/Command/_dropbox
+++ b/Completion/Unix/Command/_dropbox
@@ -55,8 +55,8 @@ else
 
     (throttle)
     _arguments \
-      '2:download limit in KB/s:(unlimited)' \
-      '3:upload limit in KB/s:(unlimited)'
+      '2:download limit (KB/s):(unlimited)' \
+      '3:upload limit (KB/s):(unlimited)'
     ;;
 
     (*)