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"),