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/zsh/_systemd-run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell-completion/zsh/_systemd-run') diff --git a/shell-completion/zsh/_systemd-run b/shell-completion/zsh/_systemd-run index f89a9af88c..cd9d47b42b 100644 --- a/shell-completion/zsh/_systemd-run +++ b/shell-completion/zsh/_systemd-run @@ -38,7 +38,7 @@ _arguments \ PrivateNetwork= NoNewPrivileges= WorkingDirectory= RootDirectory= \ TTYPath= SyslogIdentifier= SyslogLevelPrefix= SyslogLevel= \ SyslogFacility= TimerSlackNSec= OOMScoreAdjust= ReadWriteDirectories= \ - ReadOnlyDirectories= InaccessibleDirectories= \ + ReadOnlyDirectories= InaccessibleDirectories= EnvironmentFile= \ ))' \ '--description=[Description for unit]:description' \ '--slice=[Run in the specified slice]:slices:__slices' \ -- cgit v1.2.3-54-g00ecf