From 2c2e7016c7d866878396c792d8063882d167d9e7 Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Wed, 30 Sep 2020 16:53:23 +0100 Subject: [PATCH] main: Improve documentation for --kernel Fixes: #1712 Signed-off-by: Rob Bradford --- src/main.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index b4ceea44e..02a3db7a9 100644 --- a/src/main.rs +++ b/src/main.rs @@ -133,7 +133,8 @@ fn create_app<'a, 'b>( .arg( Arg::with_name("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) .group("vm-config"), )