summaryrefslogtreecommitdiff
path: root/shell-completion/zsh/_coredumpctl
diff options
context:
space:
mode:
Diffstat (limited to 'shell-completion/zsh/_coredumpctl')
-rw-r--r--shell-completion/zsh/_coredumpctl3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell-completion/zsh/_coredumpctl b/shell-completion/zsh/_coredumpctl
index f727820660..cf24f5b361 100644
--- a/shell-completion/zsh/_coredumpctl
+++ b/shell-completion/zsh/_coredumpctl
@@ -7,7 +7,7 @@ _coredumpctl_command(){
'list:List available coredumps'
'info:Show detailed information about one or more coredumps'
'dump:Print coredump to stdout'
- 'gdb:Start gdb on a coredump'
+ 'debug:Start debugger (gdb) on a coredump'
)
if (( CURRENT == 1 )); then
_describe -t commands 'coredumpctl command' _coredumpctl_cmds
@@ -39,4 +39,5 @@ _arguments \
'--no-legend[Do not print the column headers]' \
{-h,--help}'[Show this help]' \
'--version[Show package version]' \
+ '--debugger=[Use the given debugger]' \
'*::coredumpctl commands:_coredumpctl_command'