From 8d2bc8e5fd023a24684446f0057440e3fd0d79bf Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Thu, 15 Oct 2015 10:01:09 +0000 Subject: shell-completion: systemd-run: add TimerSlackNSec property --- shell-completion/bash/systemd-run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell-completion/bash') diff --git a/shell-completion/bash/systemd-run b/shell-completion/bash/systemd-run index 462ee33959..518812e040 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 -- cgit v1.2.3-54-g00ecf