From a8b28d86cdc54c3da9d7e928650d598e26e5a669 Mon Sep 17 00:00:00 2001 From: "Igor V. Kovalenko" Date: Tue, 24 Oct 2023 22:50:27 +0300 Subject: [PATCH] shell-completion: Fix typo in --use-pid-file= suggestion Fixes #3786 Part-of: --- shell-completion/bash/pactl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell-completion/bash/pactl b/shell-completion/bash/pactl index b269815d2..7e24be670 100644 --- a/shell-completion/bash/pactl +++ b/shell-completion/bash/pactl @@ -500,7 +500,7 @@ _pulseaudio() --start -k --kill --check --system= -D --daemonize= --fail= --high-priority= --realtime= --disallow-module-loading= --disallow-exit= --exit-idle-time= --scache-idle-time= --log-level= -v --log-target= --log-meta= --log-time= - --log-backtrace= -p --dl-search-path= --resample-method= --use-pit-file= + --log-backtrace= -p --dl-search-path= --resample-method= --use-pid-file= --no-cpu-limit= --disable-shm= --enable-memfd= -L --load= -F --file= -C -n' _init_completion -n = || return