diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2015-10-11 03:39:46 +0000 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2015-10-14 14:48:55 +0000 |
commit | 7135129e0aa24f6e4c36d78ccf782761c9780cad (patch) | |
tree | 3e209bc823dc0f2fcbbcb175acec2421883cbd3a | |
parent | a8a1357560aa6b2618dfe65674c9c9179940ef88 (diff) |
shell-completion: systemd-run: add SyslogLevel property
-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 b1387a28b6..fe1aa36ca9 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= SyslogIdentifier= SyslogLevelPrefix=' + TTYPath= SyslogIdentifier= SyslogLevelPrefix= SyslogLevel=' COMPREPLY=( $(compgen -W '$comps' -- "$cur") ) return 0 |