From: Kai Lüke Date: Wed, 28 Jan 2026 10:48:00 +0000 (+0900) Subject: bash-completion/vmspawn: insert missing space between options X-Git-Tag: v257.11~88 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6cd96009fbdfbbf04bc83025cf14b0d48358a468;p=thirdparty%2Fsystemd.git bash-completion/vmspawn: insert missing space between options Follow-up for 3b18a8795df525f1e10528f8c056f1e49a1d9bfe. (cherry picked from commit 2e14be9a84e1edb295d285db75e555695575108c) (cherry picked from commit 20e4ab09000116e2afadaf359570fd2f469a031b) (cherry picked from commit 986c2eedc4a3729fc92d54a5a4a8b09ef7248ac0) --- diff --git a/shell-completion/bash/systemd-vmspawn b/shell-completion/bash/systemd-vmspawn index 7043ce2c89a..b0935412d91 100644 --- a/shell-completion/bash/systemd-vmspawn +++ b/shell-completion/bash/systemd-vmspawn @@ -36,7 +36,7 @@ _systemd_vmspawn() { [BIND]='--bind --bind-ro' [SSH_KEY]='--ssh-key' [CONSOLE]='--console' - [ARG]='--cpus --ram --vsock-cid -M --machine --uuid--private-users --background --set-credential --load-credential' + [ARG]='--cpus --ram --vsock-cid -M --machine --uuid --private-users --background --set-credential --load-credential' ) _init_completion || return