mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-01 17:35:19 +00:00
main: minor fix in the help message for event monitor
Signed-off-by: Vineeth Pillai <viremana@linux.microsoft.com>
This commit is contained in:
parent
cf9e81c05a
commit
fd9bd1c86c
@ -324,7 +324,7 @@ fn create_app<'a, 'b>(
|
||||
.arg(
|
||||
Arg::with_name("event-monitor")
|
||||
.long("event-monitor")
|
||||
.help("File to report events on: file=<file> or fd=<fd>")
|
||||
.help("File to report events on: path=</path/to/a/file> or fd=<fd>")
|
||||
.takes_value(true)
|
||||
.min_values(1)
|
||||
.group("vmm-config"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user