Skip to content

Commit

Permalink
tools: PCI: Add a missing option help line
Browse files Browse the repository at this point in the history
Add a missing option help line for performing legacy interrupt test.

Signed-off-by: Stan Drozd <[email protected]>
Signed-off-by: Kishon Vijay Abraham I <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
  • Loading branch information
drozdziak1 authored and bjorn-helgaas committed Aug 29, 2017
1 parent 0c8a5f9 commit e475842
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/pci/pcitest.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ int main(int argc, char **argv)
"\t-D <dev> PCI endpoint test device {default: /dev/pci-endpoint-test.0}\n"
"\t-b <bar num> BAR test (bar number between 0..5)\n"
"\t-m <msi num> MSI test (msi number between 1..32)\n"
"\t-l Legacy IRQ test\n"
"\t-r Read buffer test\n"
"\t-w Write buffer test\n"
"\t-c Copy buffer test\n"
Expand Down

0 comments on commit e475842

Please sign in to comment.