summaryrefslogtreecommitdiff
path: root/shell-completion/zsh/_systemd-run
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-10-26 01:43:23 +0100
committerLennart Poettering <lennart@poettering.net>2015-10-26 01:43:23 +0100
commite05ac0557f10536c213bf93a3e23e1c82de288bb (patch)
treeeb5d5ee062881d11daa5f2638a5ba925ea60501e /shell-completion/zsh/_systemd-run
parentae9b44b64c8494f2cec4198ce9034c53f48ce699 (diff)
parent64fa5643df3353260720e7ca7cb484b1f364dbeb (diff)
Merge pull request #1675 from evverx/run-protect-home
systemd-run can launch units with ProtectHome
Diffstat (limited to 'shell-completion/zsh/_systemd-run')
-rw-r--r--shell-completion/zsh/_systemd-run2
1 files changed, 1 insertions, 1 deletions
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' \