about summary refs log tree commit diff
path: root/Completion/Unix/Command/_tr
diff options
context:
space:
mode:
authorShohei YOSHIDA <syohex@gmail.com>2023-08-06 13:35:20 -0700
committerBart Schaefer <schaefer@zsh.org>2023-08-06 13:35:20 -0700
commit40a6265aa3f611178ccb99b05522f458ac466f61 (patch)
treeee94b66799896125b72d2eb6160447893cced3c3 /Completion/Unix/Command/_tr
parentaa8e4a02904b3a1c4b3064eb7502d887f7de958b (diff)
downloadzsh-40a6265aa3f611178ccb99b05522f458ac466f61.tar.gz
zsh-40a6265aa3f611178ccb99b05522f458ac466f61.tar.xz
zsh-40a6265aa3f611178ccb99b05522f458ac466f61.zip
52013,52014,52015,52016,52017,52018: updates for coreutils option changes
Diffstat (limited to 'Completion/Unix/Command/_tr')
-rw-r--r--Completion/Unix/Command/_tr1
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_tr b/Completion/Unix/Command/_tr
index 1cfe1200a..6d899431c 100644
--- a/Completion/Unix/Command/_tr
+++ b/Completion/Unix/Command/_tr
@@ -16,6 +16,7 @@ case $variant in
       '(-c -C --complement)'{-c,-C,--complement}"${descr[-c]}"
       '(-d --delete 2)'{-d,--delete}"${descr[-d]}"
       '(-s --squeeze-repeats)'{-s,--squeeze-repeats}"${descr[-s]}"
+      '(-t --truncate-set1)'{-t,--truncate-set1}'[first truncate ARRAY1 to length of ARRAY2]'
       '(- 1 2)--help[display help information]'
       '(- 1 2)--version[display version information]'
     )