From c4e7664d248126e7ac05ef09ba4796df16ab809b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 11 Jun 2019 08:52:42 +0200 Subject: [PATCH] zsh: add completion for systemctl preset-all --- shell-completion/zsh/_systemctl.in | 1 + 1 file changed, 1 insertion(+) diff --git a/shell-completion/zsh/_systemctl.in b/shell-completion/zsh/_systemctl.in index 07db6d47ce0..67c1c2b327a 100644 --- a/shell-completion/zsh/_systemctl.in +++ b/shell-completion/zsh/_systemctl.in @@ -35,6 +35,7 @@ "add-requires:Add Requires= dependencies to a unit" "reenable:Reenable one or more unit files" "preset:Enable/disable one or more unit files based on preset configuration" + "preset-all:Enable/disable all unit files based on preset configuration" "set-default:Set the default target" "get-default:Query the default target" "edit:Edit one or more unit files" -- 2.39.2