shell-completion: systemd-run: add the property ProtectHome
authorEvgeny Vereshchagin <evvers@ya.ru>
Mon, 26 Oct 2015 00:22:34 +0000 (00:22 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Mon, 26 Oct 2015 00:22:34 +0000 (00:22 +0000)
shell-completion/bash/systemd-run
shell-completion/zsh/_systemd-run

index dee47d9..dfcb012 100644 (file)
@@ -86,7 +86,7 @@ _systemd_run() {
                          TTYPath= SyslogIdentifier= SyslogLevelPrefix= SyslogLevel=
                          SyslogFacility= TimerSlackNSec= OOMScoreAdjust= ReadWriteDirectories=
                          ReadOnlyDirectories= InaccessibleDirectories= EnvironmentFile=
-                         ProtectSystem='
+                         ProtectSystem= ProtectHome='
 
             COMPREPLY=( $(compgen -W '$comps' -- "$cur") )
             return 0
index 3254d05..d4fa393 100644 (file)
@@ -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' \