From 1d9f6a30d70f4e49f2680105515f02eee6ddfe41 Mon Sep 17 00:00:00 2001 From: terminalforlife Date: Tue, 20 Oct 2020 23:55:21 +0100 Subject: [PATCH] Minor lshw tweak As with most of my changes involving the 2nd line, it's taken directly from the so-called official short description of the package, as seen with apt-cache(8). --- sheets/lshw | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sheets/lshw b/sheets/lshw index d547973..c4c46ab 100644 --- a/sheets/lshw +++ b/sheets/lshw @@ -1,5 +1,5 @@ # lshw -# Get hardware information on Linux +# Information about hardware configuration # Generate full information report about all detected hardware. lshw @@ -16,8 +16,8 @@ lshw -class processor # Display the disk drives with the disk class. lshw -short -class disk -# Display information about the partitions and controllers also, -# specify the storage and volume class along with the disk class. +# Display information about the partitions and controllers also, specify the +# storage and volume class along with the disk class. lshw -short -class disk -class storage -class volume # Network adapter information.