From: Kelsey Skunberg Date: Wed, 19 Jun 2019 16:48:56 +0000 (-0600) Subject: lspci: Include -vvv option in help X-Git-Tag: v3.6.3~14 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=c5751fb0197751e9f691b7a924fb7fe1d9d971d7;p=pciutils.git lspci: Include -vvv option in help Include -vvv in help message. Signed-off-by: Kelsey Skunberg --- diff --git a/lspci.c b/lspci.c index d63b6d0..937c6e4 100644 --- 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