about summary refs log tree commit diff
path: root/Completion/BSD/Command/_procstat
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/BSD/Command/_procstat')
-rw-r--r--Completion/BSD/Command/_procstat20
1 files changed, 10 insertions, 10 deletions
diff --git a/Completion/BSD/Command/_procstat b/Completion/BSD/Command/_procstat
index b6343beff..f8bc54290 100644
--- a/Completion/BSD/Command/_procstat
+++ b/Completion/BSD/Command/_procstat
@@ -5,13 +5,13 @@ local pids
 pids=(${${${(f)"$(/usr/bin/procstat -ah)"}/[[:space:]]#/}/[[:space:]]*[[:space:]](ELF[[:digit:]]#[[:space:]]|-[[:space:]]#)/:})
 
 _arguments -s \
-'-b[Display binary information for the process]' \
-'-c[Display command line arguments for the process]' \
-'-f[Display file descriptor information for the process]' \
-'-k[Display the stacks of kernel threads in the process]' \
-'-s[Display security credential information for the process]' \
-'-t[Display thread information for the process]' \
-'-v[Display virtual memory mappings for the process]' \
-'-h[Suppress table headers.]' \
-'-a[All processes]' \
-':Process id:(($pids))'
+'-b[display binary information for the process]' \
+'-c[display command line arguments for the process]' \
+'-f[display file descriptor information for the process]' \
+'-k[display the stacks of kernel threads in the process]' \
+'-s[display security credential information for the process]' \
+'-t[display thread information for the process]' \
+'-v[display virtual memory mappings for the process]' \
+'-h[suppress table headers]' \
+'-a[all processes]' \
+':process id:(($pids))'