]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
vmspawn: Fix --help width
authorDaan De Meyer <daan@amutable.com>
Tue, 24 Mar 2026 21:01:40 +0000 (22:01 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 24 Mar 2026 21:43:44 +0000 (22:43 +0100)
src/vmspawn/vmspawn.c

index 91da71d669832f5bcaf9ddae893b96faf70cdb0e..b017ce85b6247979561d15126caf5bf74cf91775 100644 (file)
@@ -265,7 +265,8 @@ static int help(void) {
                "     --pass-ssh-key=BOOL   Create an SSH key to access the VM\n"
                "     --ssh-key-type=TYPE   Choose what type of SSH key to pass\n"
                "\n%3$sInput/Output:%4$s\n"
-               "     --console=MODE        Console mode (interactive, native, gui, read-only, headless)\n"
+               "     --console=MODE        Console mode (interactive, native, gui, read-only\n"
+               "                           or headless)\n"
                "     --background=COLOR    Set ANSI color for background\n"
                "\n%3$sCredentials:%4$s\n"
                "     --set-credential=ID:VALUE\n"