diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2015-10-15 10:01:09 +0000 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2015-10-15 10:01:09 +0000 |
commit | 8d2bc8e5fd023a24684446f0057440e3fd0d79bf (patch) | |
tree | 612411e91377bbdc515e6d89484a337d5ab07b47 | |
parent | f1db33275635c77ee01132a27235d4bc362f9d4a (diff) |
shell-completion: systemd-run: add TimerSlackNSec property
-rw-r--r-- | shell-completion/bash/systemd-run | 2 |
1 files changed, 1 insertions, 1 deletions
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 |