about summary refs log tree commit diff
path: root/Completion/BSD/Command/_systat
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/BSD/Command/_systat')
-rw-r--r--Completion/BSD/Command/_systat7
1 files changed, 4 insertions, 3 deletions
diff --git a/Completion/BSD/Command/_systat b/Completion/BSD/Command/_systat
index a123e081c..7d837790a 100644
--- a/Completion/BSD/Command/_systat
+++ b/Completion/BSD/Command/_systat
@@ -75,9 +75,10 @@ case $OSTYPE in
     opts=(
       '-M[alternative source to extract values from]:core:_files'
       '-N[alternative source to extract the name list from]:system:_files'
-      '-n[do not resolve IP addresses]'
-      '-w[refresh interval]:refresh interval'
-      '-t[the amount of refreshes for each screen in '\''all'\'' display mode]:turns'
+      '(-t -w)-b[show the chosen display once and exit]'
+      "-n[don't resolve IP addresses]"
+      '(-b)-w[refresh interval]:refresh interval'
+      "(-b)-t[specify amount of refreshes for each screen in 'all' display mode]:turns"
     )
 esac