ch-remote: fix help of remove-device

remove-device can remove not only VFIO device but also pci device.

No functional change.

Signed-off-by: Yi Wang <foxywang@tencent.com>
This commit is contained in:
Yi Wang 2024-05-09 20:42:19 +08:00 committed by Rob Bradford
parent 241d1d5cdb
commit 4fd5070f5d
1 changed files with 1 additions and 1 deletions

View File

@ -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("<device_id>")),
)
.subcommand(Command::new("info").about("Info on the VM"))