]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
zsh/coredumpctl: offer --quiet
authorPaul Seyfert <pseyfert.mathphys@gmail.com>
Wed, 26 Dec 2018 13:02:06 +0000 (14:02 +0100)
committerPaul Seyfert <pseyfert.mathphys@gmail.com>
Wed, 26 Dec 2018 13:02:06 +0000 (14:02 +0100)
shell-completion/zsh/_coredumpctl

index 1631eb370e5ab63a159f8b0a0311952d2ab696f4..7b4796e26bda04fbb16f3ca3a87355d15172f72d 100644 (file)
@@ -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'