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.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1512%2Fhead;p=thirdparty%2Fsystemd.git shell-completion: systemd-run: add new properties --- diff --git a/shell-completion/bash/systemd-run b/shell-completion/bash/systemd-run index be34788ab7d..b1387a28b63 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