Bugfix vfio/integrated

This commit is contained in:
Luke D Jones
2021-03-25 10:24:02 +13:00
parent 7fcde7df17
commit 6bf0fdd117
8 changed files with 40 additions and 19 deletions

View File

@@ -143,6 +143,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
if parsed.help {
print_supported_help(&supported, &parsed);
println!("\nSee https://asus-linux.org/faq/ for additional help");
std::process::exit(1);
}