From dc800d8406fa2af0720974a35b38cc3452ad7233 Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Fri, 9 Oct 2015 12:42:34 +0000 Subject: [PATCH] shell-completion: systemd-run: add new properties --- shell-completion/bash/systemd-run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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