From 40a6265aa3f611178ccb99b05522f458ac466f61 Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Sun, 6 Aug 2023 13:35:20 -0700 Subject: 52013,52014,52015,52016,52017,52018: updates for coreutils option changes --- Completion/Unix/Command/_tr | 1 + 1 file changed, 1 insertion(+) (limited to 'Completion/Unix/Command/_tr') 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]' ) -- cgit v1.3.1