main: minor fix in the help message for event monitor

Signed-off-by: Vineeth Pillai <viremana@linux.microsoft.com>
This commit is contained in:
Vineeth Pillai 2021-03-07 15:25:36 -05:00 committed by Rob Bradford
parent cf9e81c05a
commit fd9bd1c86c

View File

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