From: Evgeny Vereshchagin Date: Fri, 9 Oct 2015 12:42:34 +0000 (+0000) Subject: shell-completion: systemd-run: add new properties X-Git-Tag: v228~224^2 X-Git-Url: http://git-history.diyao.me/?a=commitdiff_plain;h=dc800d8406fa2af0720974a35b38cc3452ad7233;p=systemd%2F.git shell-completion: systemd-run: add new properties --- 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