summaryrefslogtreecommitdiff
path: root/shell-completion/bash/systemd-run
diff options
context:
space:
mode:
Diffstat (limited to 'shell-completion/bash/systemd-run')
-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