]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
bash-completion/vmspawn: insert missing space between options
authorKai Lüke <kailueke@riseup.net>
Wed, 28 Jan 2026 10:48:00 +0000 (19:48 +0900)
committerLuca Boccassi <luca.boccassi@gmail.com>
Fri, 27 Feb 2026 20:05:57 +0000 (20:05 +0000)
Follow-up for 3b18a8795df525f1e10528f8c056f1e49a1d9bfe.

(cherry picked from commit 2e14be9a84e1edb295d285db75e555695575108c)
(cherry picked from commit 20e4ab09000116e2afadaf359570fd2f469a031b)
(cherry picked from commit 986c2eedc4a3729fc92d54a5a4a8b09ef7248ac0)

shell-completion/bash/systemd-vmspawn

index 7043ce2c89a47a853ebc0b50323b2798c88d9c15..b0935412d91259f7aca55a4efe81c2965c417e79 100644 (file)
@@ -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