summaryrefslogtreecommitdiff
path: root/shell-completion/bash
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2015-10-09 06:48:31 +0300
committerEvgeny Vereshchagin <evvers@ya.ru>2015-10-09 06:49:46 +0300
commitf961371fb7a6d1cb5897255cd66608bdc43579cc (patch)
tree290a02159c40f115450b0a57387f52899b984e38 /shell-completion/bash
parent767e2d52d061be503058d8e5dd8ed02d340115dc (diff)
shell-completion: systemd-run: add new properties
See: * 602b83559a7cfcd3eee05 * b9c50073fcc1460ca1ff3
Diffstat (limited to 'shell-completion/bash')
-rw-r--r--shell-completion/bash/systemd-run4
1 files changed, 3 insertions, 1 deletions
diff --git a/shell-completion/bash/systemd-run b/shell-completion/bash/systemd-run
index a948677516..be34788ab7 100644
--- a/shell-completion/bash/systemd-run
+++ b/shell-completion/bash/systemd-run
@@ -81,7 +81,9 @@ _systemd_run() {
KillSignal= LimitCPU= LimitFSIZE= LimitDATA= LimitSTACK=
LimitCORE= LimitRSS= LimitNOFILE= LimitAS= LimitNPROC=
LimitMEMLOCK= LimitLOCKS= LimitSIGPENDING= LimitMSGQUEUE=
- LimitNICE= LimitRTPRIO= LimitRTTIME='
+ LimitNICE= LimitRTPRIO= LimitRTTIME= PrivateTmp= PrivateDevices=
+ PrivateNetwork= NoNewPrivileges= WorkingDirectory= RootDirectory=
+ TTYPath='
COMPREPLY=( $(compgen -W '$comps' -- "$cur") )
return 0