From 7e7cd2526d9deb7d607854212a1573cff737ce00 Mon Sep 17 00:00:00 2001 From: Nicolas Cornu Date: Wed, 21 Oct 2015 16:18:59 +0200 Subject: shell-completion: systemd-run: add new property EnvironmentFile --- shell-completion/bash/systemd-run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell-completion/bash/systemd-run') diff --git a/shell-completion/bash/systemd-run b/shell-completion/bash/systemd-run index 63c50c97ff..4940744f31 100644 --- a/shell-completion/bash/systemd-run +++ b/shell-completion/bash/systemd-run @@ -85,7 +85,7 @@ _systemd_run() { PrivateNetwork= NoNewPrivileges= WorkingDirectory= RootDirectory= TTYPath= SyslogIdentifier= SyslogLevelPrefix= SyslogLevel= SyslogFacility= TimerSlackNSec= OOMScoreAdjust= ReadWriteDirectories= - ReadOnlyDirectories= InaccessibleDirectories=' + ReadOnlyDirectories= InaccessibleDirectories= EnvironmentFile=' COMPREPLY=( $(compgen -W '$comps' -- "$cur") ) return 0 -- cgit v1.2.3-54-g00ecf