main: Fix formatting issue in arguments

Signed-off-by: sohakpt <sohakpt@outlook.com>
This commit is contained in:
sohakpt
2026-03-08 23:21:47 +08:00
committed by Bo Chen
parent 26fac58a7c
commit a179f67b20

View File

@@ -199,11 +199,10 @@ fn get_cli_options_sorted(
.long("cmdline")
.help("Kernel command line")
.num_args(1)
.group("vm-config"), Arg::new("console")
.group("vm-config"),
Arg::new("console")
.long("console")
.help(
"Control (virtio) console: \"off|null|pty|tty|file=</path/to/a/file>,iommu=on|off\"",
)
.help("Control (virtio) console: \"off|null|pty|tty|file=</path/to/a/file>,iommu=on|off\"")
.default_value("tty")
.group("vm-config"),
Arg::new("cpus")