summaryrefslogtreecommitdiff
path: root/shell-completion
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2015-10-15 10:01:09 +0000
committerEvgeny Vereshchagin <evvers@ya.ru>2015-10-15 10:01:09 +0000
commit8d2bc8e5fd023a24684446f0057440e3fd0d79bf (patch)
tree612411e91377bbdc515e6d89484a337d5ab07b47 /shell-completion
parentf1db33275635c77ee01132a27235d4bc362f9d4a (diff)
shell-completion: systemd-run: add TimerSlackNSec property
Diffstat (limited to 'shell-completion')
-rw-r--r--shell-completion/bash/systemd-run2
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