summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_strings
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2018-09-03 18:02:49 +0200
committerAxel Beckert <abe@deuxchevaux.org>2018-09-03 18:02:49 +0200
commit6e6500bfa9f31b6efce0c0801fcea558aa09b7ba (patch)
treeb2032b9c9a63d7e1db551f937cae04ae062b8fa5 /Completion/Unix/Command/_strings
parent4614aa489b18ba256fdc7b2c44aa5127c214e665 (diff)
parentb30b89418af2495c0d48a72573f908c4ecf05efd (diff)
downloadzsh-6e6500bfa9f31b6efce0c0801fcea558aa09b7ba.tar.gz
zsh-6e6500bfa9f31b6efce0c0801fcea558aa09b7ba.zip
Merge tag 'zsh-5.6' into debian
Release 5.6.
Diffstat (limited to 'Completion/Unix/Command/_strings')
-rw-r--r--Completion/Unix/Command/_strings2
1 files changed, 1 insertions, 1 deletions
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)