mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
main: Fix formatting issue in arguments
Signed-off-by: sohakpt <sohakpt@outlook.com>
This commit is contained in:
@@ -199,11 +199,10 @@ fn get_cli_options_sorted(
|
|||||||
.long("cmdline")
|
.long("cmdline")
|
||||||
.help("Kernel command line")
|
.help("Kernel command line")
|
||||||
.num_args(1)
|
.num_args(1)
|
||||||
.group("vm-config"), Arg::new("console")
|
.group("vm-config"),
|
||||||
|
Arg::new("console")
|
||||||
.long("console")
|
.long("console")
|
||||||
.help(
|
.help("Control (virtio) console: \"off|null|pty|tty|file=</path/to/a/file>,iommu=on|off\"")
|
||||||
"Control (virtio) console: \"off|null|pty|tty|file=</path/to/a/file>,iommu=on|off\"",
|
|
||||||
)
|
|
||||||
.default_value("tty")
|
.default_value("tty")
|
||||||
.group("vm-config"),
|
.group("vm-config"),
|
||||||
Arg::new("cpus")
|
Arg::new("cpus")
|
||||||
|
|||||||
Reference in New Issue
Block a user