fix(app): update the warning messages about documentation path

This commit is contained in:
Orhun Parmaksız 2021-12-21 22:49:20 +03:00
parent ea1be163d8
commit 5847b3370a
No known key found for this signature in database
GPG key ID: F83424824B3E4B90

View file

@ -105,7 +105,7 @@ impl<'a, Output: Write> App<'a, Output> {
PARAMETERS_CACHE_LABEL,
)?;
} else {
eprintln!("warning: `Linux kernel documentation cannot be found. Please specify a path via '-d' argument`",);
eprintln!("warning: `Linux kernel documentation cannot be found. Please specify a path via '-D' argument`",);
}
Ok(())
}