summaryrefslogtreecommitdiffstats
path: root/Completion/Unix/Command/_gcore
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command/_gcore')
-rw-r--r--Completion/Unix/Command/_gcore1
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_gcore b/Completion/Unix/Command/_gcore
index a31a81267..ef3afd919 100644
--- a/Completion/Unix/Command/_gcore
+++ b/Completion/Unix/Command/_gcore
@@ -46,6 +46,7 @@ case $OSTYPE in
_arguments -s \
'-c+[write core file to specified file]:file:_files' \
'-f[dump all available segments]' \
+ '-k[use the ptrace(2) PT_COREDUMP kernel facility to write the core dump]' \
'::executable:' \
':pid:_pids'
;;