From: Evgeny Vereshchagin Date: Thu, 15 Oct 2015 10:01:09 +0000 (+0000) Subject: shell-completion: systemd-run: add TimerSlackNSec property X-Git-Tag: v228~201^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8d2bc8e5fd023a24684446f0057440e3fd0d79bf;p=thirdparty%2Fsystemd.git shell-completion: systemd-run: add TimerSlackNSec property --- diff --git a/shell-completion/bash/systemd-run b/shell-completion/bash/systemd-run index 462ee339599..518812e0409 100644 --- a/shell-completion/bash/systemd-run +++ b/shell-completion/bash/systemd-run @@ -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