diff --git a/shell-completion/zsh/_coredumpctl b/shell-completion/zsh/_coredumpctl index 6ed2ca216d..1631eb370e 100644 --- a/shell-completion/zsh/_coredumpctl +++ b/shell-completion/zsh/_coredumpctl @@ -40,4 +40,5 @@ _arguments \ {-h,--help}'[Show this help]' \ '--version[Show package version]' \ '--debugger=[Use the given debugger]:debugger: _command_names -e' \ + {-D,--directory=}'[Use the journal files in the specified dir]:directory: _directories' \ '*::coredumpctl commands:_coredumpctl_command'