diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2015-10-24 22:49:46 +0000 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2015-10-24 22:49:46 +0000 |
commit | 4e79ac4425ae36a02ba511ebc1c63a9f1a7d2d37 (patch) | |
tree | f0d48547ff9b781ca24655d086754d62a183c3b7 /shell-completion/zsh | |
parent | 5664e6cf463920a3365a891f07bad98207ff5aab (diff) |
shell-completion: systemd-run: add the property ProtectSystem
Diffstat (limited to 'shell-completion/zsh')
-rw-r--r-- | shell-completion/zsh/_systemd-run | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell-completion/zsh/_systemd-run b/shell-completion/zsh/_systemd-run index cd9d47b42b..3254d05135 100644 --- a/shell-completion/zsh/_systemd-run +++ b/shell-completion/zsh/_systemd-run @@ -39,6 +39,7 @@ _arguments \ TTYPath= SyslogIdentifier= SyslogLevelPrefix= SyslogLevel= \ SyslogFacility= TimerSlackNSec= OOMScoreAdjust= ReadWriteDirectories= \ ReadOnlyDirectories= InaccessibleDirectories= EnvironmentFile= \ + ProtectSystem= \ ))' \ '--description=[Description for unit]:description' \ '--slice=[Run in the specified slice]:slices:__slices' \ |