diff options
author | Nicolas Cornu <ncornu@aldebaran.com> | 2015-10-21 16:18:59 +0200 |
---|---|---|
committer | Nicolas Cornu <ncornu@aldebaran.com> | 2015-10-21 16:18:59 +0200 |
commit | 7e7cd2526d9deb7d607854212a1573cff737ce00 (patch) | |
tree | b95803142c0c3561035195458b16a2f610a5ec16 /shell-completion/bash/systemd-run | |
parent | 8b5f5c27fe1506b28b29f72b5ab9c45de32de1e1 (diff) |
shell-completion: systemd-run: add new property EnvironmentFile
Diffstat (limited to 'shell-completion/bash/systemd-run')
-rw-r--r-- | shell-completion/bash/systemd-run | 2 |
1 files changed, 1 insertions, 1 deletions
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 |