projects
/
platform
/
upstream
/
systemd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1db332
)
shell-completion: systemd-run: add TimerSlackNSec property
author
Evgeny Vereshchagin
<evvers@ya.ru>
Thu, 15 Oct 2015 10:01:09 +0000
(10:01 +0000)
committer
Evgeny Vereshchagin
<evvers@ya.ru>
Thu, 15 Oct 2015 10:01:09 +0000
(10:01 +0000)
shell-completion/bash/systemd-run
patch
|
blob
|
history
diff --git
a/shell-completion/bash/systemd-run
b/shell-completion/bash/systemd-run
index
462ee33
..
518812e
100644
(file)
--- 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