diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2015-10-27 04:59:01 +0300 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2015-10-27 05:18:12 +0300 |
commit | dcebcd7ade39f4137a34dd08991432f8df995867 (patch) | |
tree | 2f99460be9ff837ab374dfdd01c2c9de91f8a1b1 /shell-completion/bash | |
parent | fa21b5e3d763412226beefba8443011581be79eb (diff) |
shell-completion: systemd-run: add the property RuntimeDirectory
Diffstat (limited to 'shell-completion/bash')
-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 dfcb01231f..7379431b71 100644 --- a/shell-completion/bash/systemd-run +++ b/shell-completion/bash/systemd-run @@ -86,7 +86,7 @@ _systemd_run() { TTYPath= SyslogIdentifier= SyslogLevelPrefix= SyslogLevel= SyslogFacility= TimerSlackNSec= OOMScoreAdjust= ReadWriteDirectories= ReadOnlyDirectories= InaccessibleDirectories= EnvironmentFile= - ProtectSystem= ProtectHome=' + ProtectSystem= ProtectHome= RuntimeDirectory=' COMPREPLY=( $(compgen -W '$comps' -- "$cur") ) return 0 |