summaryrefslogtreecommitdiff
path: root/shell-completion
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2015-10-11 03:39:46 +0000
committerEvgeny Vereshchagin <evvers@ya.ru>2015-10-14 14:48:55 +0000
commit7135129e0aa24f6e4c36d78ccf782761c9780cad (patch)
tree3e209bc823dc0f2fcbbcb175acec2421883cbd3a /shell-completion
parenta8a1357560aa6b2618dfe65674c9c9179940ef88 (diff)
shell-completion: systemd-run: add SyslogLevel property
Diffstat (limited to 'shell-completion')
-rw-r--r--shell-completion/bash/systemd-run2
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