shell-completion: systemd-run: add TimerSlackNSec property
authorEvgeny Vereshchagin <evvers@ya.ru>
Thu, 15 Oct 2015 10:01:09 +0000 (10:01 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Thu, 15 Oct 2015 10:01:09 +0000 (10:01 +0000)
shell-completion/bash/systemd-run

index 462ee33..518812e 100644 (file)
@@ -84,7 +84,7 @@ _systemd_run() {
                          LimitNICE= LimitRTPRIO= LimitRTTIME= PrivateTmp= PrivateDevices=
                          PrivateNetwork= NoNewPrivileges= WorkingDirectory= RootDirectory=
                          TTYPath= SyslogIdentifier= SyslogLevelPrefix= SyslogLevel=
-                         SyslogFacility='
+                         SyslogFacility= TimerSlackNSec='
 
             COMPREPLY=( $(compgen -W '$comps' -- "$cur") )
             return 0