about summary refs log tree commit diff
path: root/Completion/X/Command/_urxvt
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/X/Command/_urxvt
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/X/Command/_urxvt')
-rw-r--r--Completion/X/Command/_urxvt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/X/Command/_urxvt b/Completion/X/Command/_urxvt
index 661897c3a..2d7c09579 100644
--- a/Completion/X/Command/_urxvt
+++ b/Completion/X/Command/_urxvt
@@ -43,8 +43,8 @@ _x_arguments \
   '-sl:save lines' \
   '-embed:window id to embed terminal in:_x_window' \
   '-pty-fd:file descriptor of pty to use' \
-  '-w:external border in pixels' \
-  '-b:internal border in pixels' \
+  {-bw,-w}':external border (pixels)' \
+  '-b:internal border (pixels)' \
   '-lsp:number of extra pixels between rows' \
   '-letsp:letter spacing adjustment' \
   '-mod:meta modifier:_x_modifier' \