From: Paul Seyfert Date: Wed, 26 Dec 2018 13:02:06 +0000 (+0100) Subject: zsh/coredumpctl: offer --quiet X-Git-Tag: v241-rc1~126^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ffc7a6e9312460109936c38425eb18e2f61b8afa;p=thirdparty%2Fsystemd.git zsh/coredumpctl: offer --quiet --- diff --git a/shell-completion/zsh/_coredumpctl b/shell-completion/zsh/_coredumpctl index 1631eb370e5..7b4796e26bd 100644 --- a/shell-completion/zsh/_coredumpctl +++ b/shell-completion/zsh/_coredumpctl @@ -41,4 +41,5 @@ _arguments \ '--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' \ + {-q,--quiet}'[Do not show info messages and privilege warning]' \ '*::coredumpctl commands:_coredumpctl_command'