diff --git a/src/bin/ch-remote.rs b/src/bin/ch-remote.rs index 1d4e2a4d8..4d444d62b 100644 --- a/src/bin/ch-remote.rs +++ b/src/bin/ch-remote.rs @@ -987,7 +987,7 @@ fn main() { ) .subcommand( Command::new("remove-device") - .about("Remove VFIO device") + .about("Remove VFIO and PCI device") .arg(Arg::new("id").index(1).help("")), ) .subcommand(Command::new("info").about("Info on the VM"))