about summary refs log tree commit diff
path: root/Completion/BSD/Command/_ktrace
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/BSD/Command/_ktrace')
-rw-r--r--Completion/BSD/Command/_ktrace2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/BSD/Command/_ktrace b/Completion/BSD/Command/_ktrace
index 13c11f15d..9613ba2bf 100644
--- a/Completion/BSD/Command/_ktrace
+++ b/Completion/BSD/Command/_ktrace
@@ -4,7 +4,7 @@ local args=(
   '-a[append to the trace file]'
   '(*)-C[disable tracing on all user owned processes or all processes if executed by root]'
   '-c[clear the trace points]'
-  '-d[trace current decendants]'
+  '-d[trace current descendants]'
   '-f+[log trace to specified file]:trace file:_files'
   '(-p *)-g+[enable/disable tracing on specified process group]:pgid:_pgids'
   '-i[inherit trace flags on future children]'