summaryrefslogtreecommitdiff
path: root/shell-completion/zsh
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2015-10-27 04:59:01 +0300
committerEvgeny Vereshchagin <evvers@ya.ru>2015-10-27 05:18:12 +0300
commitdcebcd7ade39f4137a34dd08991432f8df995867 (patch)
tree2f99460be9ff837ab374dfdd01c2c9de91f8a1b1 /shell-completion/zsh
parentfa21b5e3d763412226beefba8443011581be79eb (diff)
downloadsystemd-dcebcd7ade39f4137a34dd08991432f8df995867.tar.gz
shell-completion: systemd-run: add the property RuntimeDirectory
Diffstat (limited to 'shell-completion/zsh')
-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 d4fa39341c..8bb0156a85 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= ProtectHome= \
+ ProtectSystem= ProtectHome= RuntimeDirectory= \
))' \
'--description=[Description for unit]:description' \
'--slice=[Run in the specified slice]:slices:__slices' \