Skip to content

Commit

Permalink
ch-remote: fix help of remove-device
Browse files Browse the repository at this point in the history
remove-device can remove not only VFIO device but also pci device.

No functional change.

Signed-off-by: Yi Wang <foxywang@tencent.com>
  • Loading branch information
up2wing authored and rbradford committed May 9, 2024
1 parent 241d1d5 commit 4fd5070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/ch-remote.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit 4fd5070

Please sign in to comment.