summaryrefslogtreecommitdiff
path: root/shell-completion
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-10-15 12:58:17 +0200
committerLennart Poettering <lennart@poettering.net>2015-10-15 12:58:17 +0200
commite18992ad4f21d300b6dc46d706227819fd3c5d6a (patch)
tree612411e91377bbdc515e6d89484a337d5ab07b47 /shell-completion
parent19833db683c1e197718f00d1d5cb4827ee7897d8 (diff)
parent8d2bc8e5fd023a24684446f0057440e3fd0d79bf (diff)
Merge pull request #1574 from evverx/run-timer-slack-nsec
systemd-run can launch units with TimerSlackNSec
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