diff options
author | Oliver Kiddle <opk@zsh.org> | 2018-01-23 11:01:55 +0100 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2018-01-23 11:03:00 +0100 |
commit | 47430bcd7cb2fade4d8753d920a2720eeca52f6a (patch) | |
tree | 98377cd51b72bbd0efe9406fd9e3aeab46c2ebae /Completion/Unix/Command/_truss | |
parent | aabf978fce356e7efa91202dc72e37e6e2ece65e (diff) | |
download | zsh-47430bcd7cb2fade4d8753d920a2720eeca52f6a.tar.gz zsh-47430bcd7cb2fade4d8753d920a2720eeca52f6a.tar.xz zsh-47430bcd7cb2fade4d8753d920a2720eeca52f6a.zip |
42317: completion option updates for commands that have had recent updates
Diffstat (limited to 'Completion/Unix/Command/_truss')
-rw-r--r-- | Completion/Unix/Command/_truss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_truss b/Completion/Unix/Command/_truss index d56839e02..b798f03cb 100644 --- a/Completion/Unix/Command/_truss +++ b/Completion/Unix/Command/_truss @@ -43,6 +43,9 @@ case $OSTYPE in "(-c)-S[don't report signals received by the process]" '(*)-p[trace specified existing processes]:pid:_pids' ) + ;| + freebsd<10->.*) + args+=( '-H[include thread ID in the output of each event]' ) ;; esac |