mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 22:11:54 +02:00
unposted: completion for argument to strings -s was missing
This commit is contained in:
parent
9303073a58
commit
ab8a1a5824
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
2018-08-28 Oliver Kiddle <okiddle@yahoo.co.uk>
|
||||
|
||||
* unposted: Completion/Unix/Command/_strings: completion for
|
||||
argument to -s was missing
|
||||
|
||||
* unposted: Completion/Unix/Command/_tar: complete also for bsdtar
|
||||
|
||||
* unposted: Completion/Solaris/Command/_svccfg: fix typo in
|
||||
|
|
|
@ -39,7 +39,7 @@ if _pick_variant -r variant binutils=GNU elftoolchain=elftoolchain elfutils=elfu
|
|||
'(-a --all -d --data)'{-d,--data}'[only print strings from file data sections]'
|
||||
'(-w --include-all-whitespace)'{-w,--include-all-whitespace}'[include all whitespace as valid string characters]'
|
||||
'(-T --target)'{-T+,--target=}'[specify binary file format]:format:compadd - ${(z)${(M)${(f)"$(_call_program targets strings --help)"}##* supported targets*}##*\: }'
|
||||
'(-s --output-separator)'{-s+,--output-separator=}'[specify string used to separate strings in output]'
|
||||
'(-s --output-separator)'{-s+,--output-separator=}'[specify string used to separate strings in output]:separator'
|
||||
)
|
||||
;;
|
||||
elfutils)
|
||||
|
|
Loading…
Reference in a new issue