diff options
| author | Stan Drozd <drozdziak1@gmail.com> | 2017-08-18 10:58:10 -0400 |
|---|---|---|
| committer | Bjorn Helgaas <bhelgaas@google.com> | 2017-08-29 17:03:34 -0400 |
| commit | e475842232042b0581b5488105fc17adef8fcff8 (patch) | |
| tree | 6ffe2eb3cbf6174e7675d6c384511dd2534c6865 /tools/pci | |
| parent | 0c8a5f9d89b988ecb612a53d9439db899866bf8b (diff) | |
tools: PCI: Add a missing option help line
Add a missing option help line for performing legacy interrupt test.
Signed-off-by: Stan Drozd <drozdziak1@gmail.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'tools/pci')
| -rw-r--r-- | tools/pci/pcitest.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/pci/pcitest.c b/tools/pci/pcitest.c index ad54a58d7dda..9074b477bff0 100644 --- a/tools/pci/pcitest.c +++ b/tools/pci/pcitest.c | |||
| @@ -173,6 +173,7 @@ usage: | |||
| 173 | "\t-D <dev> PCI endpoint test device {default: /dev/pci-endpoint-test.0}\n" | 173 | "\t-D <dev> PCI endpoint test device {default: /dev/pci-endpoint-test.0}\n" |
| 174 | "\t-b <bar num> BAR test (bar number between 0..5)\n" | 174 | "\t-b <bar num> BAR test (bar number between 0..5)\n" |
| 175 | "\t-m <msi num> MSI test (msi number between 1..32)\n" | 175 | "\t-m <msi num> MSI test (msi number between 1..32)\n" |
| 176 | "\t-l Legacy IRQ test\n" | ||
| 176 | "\t-r Read buffer test\n" | 177 | "\t-r Read buffer test\n" |
| 177 | "\t-w Write buffer test\n" | 178 | "\t-w Write buffer test\n" |
| 178 | "\t-c Copy buffer test\n" | 179 | "\t-c Copy buffer test\n" |
