mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-22 04:25:21 +00:00
main: Improve documentation for --kernel
Fixes: #1712 Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
532b3063be
commit
2c2e7016c7
@ -133,7 +133,8 @@ fn create_app<'a, 'b>(
|
|||||||
.arg(
|
.arg(
|
||||||
Arg::with_name("kernel")
|
Arg::with_name("kernel")
|
||||||
.long("kernel")
|
.long("kernel")
|
||||||
.help("Path to kernel image (vmlinux)")
|
.help("Path to loaded kernel. This may be a kernel or firmware that supports a PVH \
|
||||||
|
entry point, a vmlinux ELF file or a Linux bzImage or achitecture equivalent")
|
||||||
.takes_value(true)
|
.takes_value(true)
|
||||||
.group("vm-config"),
|
.group("vm-config"),
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user