From 64fa5643df3353260720e7ca7cb484b1f364dbeb Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Mon, 26 Oct 2015 00:22:34 +0000 Subject: shell-completion: systemd-run: add the property ProtectHome --- shell-completion/zsh/_systemd-run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell-completion/zsh') diff --git a/shell-completion/zsh/_systemd-run b/shell-completion/zsh/_systemd-run index 3254d05135..d4fa39341c 100644 --- a/shell-completion/zsh/_systemd-run +++ b/shell-completion/zsh/_systemd-run @@ -39,7 +39,7 @@ _arguments \ TTYPath= SyslogIdentifier= SyslogLevelPrefix= SyslogLevel= \ SyslogFacility= TimerSlackNSec= OOMScoreAdjust= ReadWriteDirectories= \ ReadOnlyDirectories= InaccessibleDirectories= EnvironmentFile= \ - ProtectSystem= \ + ProtectSystem= ProtectHome= \ ))' \ '--description=[Description for unit]:description' \ '--slice=[Run in the specified slice]:slices:__slices' \ -- cgit v1.2.3-54-g00ecf