From ab8a1a582458da6a68b720683941020ea24945bf Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Tue, 28 Aug 2018 17:35:35 +0200 Subject: unposted: completion for argument to strings -s was missing --- ChangeLog | 3 +++ Completion/Unix/Command/_strings | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b640d6413..5ae72da55 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2018-08-28 Oliver Kiddle + * 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 diff --git a/Completion/Unix/Command/_strings b/Completion/Unix/Command/_strings index b13366dd2..af95af52f 100644 --- a/Completion/Unix/Command/_strings +++ b/Completion/Unix/Command/_strings @@ -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) -- cgit 1.4.1