summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_truss
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2023-11-22 00:07:37 +0100
committerOliver Kiddle <opk@zsh.org>2023-11-22 00:07:37 +0100
commit6aa15f57fd5bee298c8320dab19d167dac3d46ed (patch)
treef0559c7140c34ac7aae7772a9b8d9f7debe7f8d9 /Completion/Unix/Command/_truss
parentfcf080ab578de00c799eb287ef8bdc201c313fee (diff)
downloadzsh-6aa15f57fd5bee298c8320dab19d167dac3d46ed.tar.gz
zsh-6aa15f57fd5bee298c8320dab19d167dac3d46ed.zip
52315: completion options update
Diffstat (limited to 'Completion/Unix/Command/_truss')
-rw-r--r--Completion/Unix/Command/_truss6
1 files changed, 5 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_truss b/Completion/Unix/Command/_truss
index b798f03cb..b69e174e6 100644
--- a/Completion/Unix/Command/_truss
+++ b/Completion/Unix/Command/_truss
@@ -16,7 +16,11 @@ args=(
case $OSTYPE in
solaris2.<11->)
- args+=( '(-c)-A[include absolute timestamps in output]' )
+ args+=(
+ '(-c)-A[include absolute timestamps in output]'
+ '-I[interpret system calls to well-known rather than underlying names]'
+ '-N[report only system calls that returned an error]'
+ )
;|
aix*|solaris*)
args+=(