mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-28 02:12:11 +01:00
Julian Prein: 53309: remove uncommon / obsolete options -t and -W
This commit is contained in:
parent
263659acb7
commit
db01c79cf8
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2025-01-20 Bart Schaefer <schaefer@zsh.org>
|
||||
|
||||
* Julian Prein: 53309: Completion/Unix/Command/_uniq: remove
|
||||
uncommon / obsolete options -t and -W
|
||||
|
||||
2025-01-03 Bart Schaefer <schaefer@zsh.org>
|
||||
|
||||
* 53294: Src/loop.c: fix multibyte handling in "select" prompts
|
||||
|
|
|
@ -11,10 +11,8 @@ args=(
|
|||
'--group=-[show all items]::group separation [separate]:(separate prepend append both)'
|
||||
'(-i --ignore-case)'{-i,--ignore-case}'[ignore differences in case when comparing]'
|
||||
'(-s --skip-chars)'{-s,--skip-chars=}'[avoid comparing initial characters]:number of characters'
|
||||
'(-t --separator)'{-t,--separator=}'[specify field delimiter]:separator'
|
||||
'(-u --unique)'{-u,--unique}'[only print unique lines]'
|
||||
'(-w --check-chars)'{-w,--check-chars=}'[specify maximum number of characters to compare]:characters'
|
||||
'(-W --check-fields)'{-W,--check-fields=}'[specify maximum number of fields to compare]:fields'
|
||||
'(-z --zero-terminated)'{-z,--zero-terminated}'[delimit lines with null character, not newline]'
|
||||
'(- *)--help[display help information]'
|
||||
'(- *)--version[display version information]'
|
||||
|
|
Loading…
Reference in a new issue