From fd9bd1c86c3649252f0bf27c1fc34db721461f53 Mon Sep 17 00:00:00 2001 From: Vineeth Pillai Date: Sun, 7 Mar 2021 15:25:36 -0500 Subject: [PATCH] main: minor fix in the help message for event monitor Signed-off-by: Vineeth Pillai --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 32f25d33a..6815e47f0 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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= or fd=") + .help("File to report events on: path= or fd=") .takes_value(true) .min_values(1) .group("vmm-config"),