From: Paul Seyfert Date: Tue, 25 Dec 2018 21:57:23 +0000 (+0100) Subject: zsh/coredumpctl: offer --directory option X-Git-Tag: v241-rc1~126^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=10dd7e746b9f92dbe2aaae7cd983a15b554f4408;p=thirdparty%2Fsystemd.git zsh/coredumpctl: offer --directory option After `-D ` and `--directory=` _directories is called to suggest directories. --- diff --git a/shell-completion/zsh/_coredumpctl b/shell-completion/zsh/_coredumpctl index 6ed2ca216d2..1631eb370e5 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'