summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_iostat
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command/_iostat')
-rw-r--r--Completion/Unix/Command/_iostat6
1 files changed, 3 insertions, 3 deletions
diff --git a/Completion/Unix/Command/_iostat b/Completion/Unix/Command/_iostat
index 6653a5da4..88fc6a103 100644
--- a/Completion/Unix/Command/_iostat
+++ b/Completion/Unix/Command/_iostat
@@ -70,7 +70,7 @@ case $OSTYPE:l in
args=(
'-c[report percentage of time the system spent in user/system mode, dtrace probes and idling]'
'-C[report extended disk statistics aggregated by controller id, when used with -x]'
- '-d[report the number of kilobytes tranferred per second, tranfers per second and average service time]'
+ '-d[report kilobytes transferred per second, transfers per second and average service time]'
'-D[report reads/writes per second and percentage disk utilization]'
'-e[display device error summary statistics]'
'-E[display all device error statistics]'
@@ -78,7 +78,7 @@ case $OSTYPE:l in
'-I[report counts in each interval]'
'-l[limit the number of disks included in the report]:number of disks'
'-m[report file system mount points]'
- '-M[display data throughtput in MB/sec instead of KB/sec]'
+ '-M[display data throughput in MB/sec instead of KB/sec]'
'-n[display names in descriptive format]'
'-p[report per-partition statistics]'
'-P[report per-partition statistics only]'
@@ -98,7 +98,7 @@ case $OSTYPE:l in
'-C[display CPU statistics]'
'-c[number of times to display statistics]'
'-d[display only device statistics]'
- '-l[total statstics for a given time period]'
+ '-l[total statistics for a given time period]'
'-K[display block count in kilobytes]'
'-n[limit the number of disks included in the report]:number of disks'
'-o[display old-style iostat device statistics]'