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/_systat2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/BSD/Command/_systat b/Completion/BSD/Command/_systat
index 7d837790a..03df07631 100644
--- a/Completion/BSD/Command/_systat
+++ b/Completion/BSD/Command/_systat
@@ -84,7 +84,7 @@ esac
 
 if (( $#screens )); then
   _arguments -M 'r:|.=* r:|=*' : $opts \
-    '1:systat(1) displays:(( ${pre}$^screens ))' \
+    '1:systat(1) display:(( ${pre}$^screens ))' \
     '2:refresh interval'
   return
 fi