diff options
author | Paul Seyfert <pseyfert.mathphys@gmail.com> | 2018-12-26 14:02:06 +0100 |
---|---|---|
committer | Paul Seyfert <pseyfert.mathphys@gmail.com> | 2018-12-26 14:02:06 +0100 |
commit | ffc7a6e9312460109936c38425eb18e2f61b8afa (patch) | |
tree | cc54a39a284892b3c036ca76982720e3eba62bf8 /shell-completion | |
parent | 10dd7e746b9f92dbe2aaae7cd983a15b554f4408 (diff) | |
download | systemd-ffc7a6e9312460109936c38425eb18e2f61b8afa.tar.gz |
zsh/coredumpctl: offer --quiet
Diffstat (limited to 'shell-completion')
-rw-r--r-- | shell-completion/zsh/_coredumpctl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell-completion/zsh/_coredumpctl b/shell-completion/zsh/_coredumpctl index 1631eb370e..7b4796e26b 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' |