]> mj.ucw.cz Git - pciutils.git/blobdiff - lspci.c
lspci: Add ability to filter by class code
[pciutils.git] / lspci.c
diff --git a/lspci.c b/lspci.c
index da0aac7e2aa4c4517e60928854f7a1300d69fb13..6f161421d64766dbda934491645d22d23c1ba592 100644 (file)
--- a/lspci.c
+++ b/lspci.c
@@ -60,7 +60,7 @@ static char help_msg[] =
 "\n"
 "Selection of devices:\n"
 "-s [[[[<domain>]:]<bus>]:][<slot>][.[<func>]]\tShow only devices in selected slots\n"
-"-d [<vendor>]:[<device>]\t\t\tShow only devices with specified ID's\n"
+"-d [<vendor>]:[<device>][:<class>]\t\tShow only devices with specified ID's\n"
 "\n"
 "Other options:\n"
 "-i <file>\tUse specified ID database instead of %s\n"