diff options
author | Oliver Kiddle <opk@zsh.org> | 2021-08-29 16:55:25 +0200 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2021-08-29 16:55:25 +0200 |
commit | 76de0b05dad2d097979e61749efd0e784644cc47 (patch) | |
tree | 6897a78c69e03ef8e96d94d8215c456a53877ea4 /Completion/X/Command | |
parent | e872a7cec99cb1dbdfc1673d1aa47ceb89014e20 (diff) | |
download | zsh-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')
-rw-r--r-- | Completion/X/Command/_urxvt | 4 |
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' \ |