]> git.ipfire.org Git - thirdparty/pciutils.git/commitdiff
lspci: Include -vvv option in help
authorKelsey Skunberg <skunberg.kelsey@gmail.com>
Wed, 19 Jun 2019 16:48:56 +0000 (10:48 -0600)
committerMartin Mares <mj@ucw.cz>
Tue, 21 Jan 2020 20:49:09 +0000 (21:49 +0100)
Include -vvv in help message.

Signed-off-by: Kelsey Skunberg <skunberg.kelsey@gmail.com>
lspci.c

diff --git a/lspci.c b/lspci.c
index d63b6d0a447aa6886f9eb79d563efcfa480b329b..937c6e4067439e8f53036ce0e2418d44c1b4ba62 100644 (file)
--- a/lspci.c
+++ b/lspci.c
@@ -41,7 +41,7 @@ static char help_msg[] =
 "-t\t\tShow bus tree\n"
 "\n"
 "Display options:\n"
-"-v\t\tBe verbose (-vv for very verbose)\n"
+"-v\t\tBe verbose (-vv or -vvv for higher verbosity)\n"
 #ifdef PCI_OS_LINUX
 "-k\t\tShow kernel drivers handling each device\n"
 #endif