diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2015-10-09 12:42:34 +0000 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2015-10-09 12:42:34 +0000 |
commit | dc800d8406fa2af0720974a35b38cc3452ad7233 (patch) | |
tree | 61e0ef34cb7a4f5336db0ed5d928158fe74a62ca /shell-completion | |
parent | de53c4174886898410fdce7eb7551a6a1ed19655 (diff) | |
download | systemd-dc800d8406fa2af0720974a35b38cc3452ad7233.tar.gz |
shell-completion: systemd-run: add new properties
Diffstat (limited to 'shell-completion')
-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 be34788ab7..b1387a28b6 100644 --- a/shell-completion/bash/systemd-run +++ b/shell-completion/bash/systemd-run @@ -83,7 +83,7 @@ _systemd_run() { LimitMEMLOCK= LimitLOCKS= LimitSIGPENDING= LimitMSGQUEUE= LimitNICE= LimitRTPRIO= LimitRTTIME= PrivateTmp= PrivateDevices= PrivateNetwork= NoNewPrivileges= WorkingDirectory= RootDirectory= - TTYPath=' + TTYPath= SyslogIdentifier= SyslogLevelPrefix=' COMPREPLY=( $(compgen -W '$comps' -- "$cur") ) return 0 |