diff options
author | Jonas Stein <jstein@gentoo.org> | 2020-04-13 03:34:45 +0200 |
---|---|---|
committer | Jonas Stein <jstein@gentoo.org> | 2020-04-13 03:35:05 +0200 |
commit | 2cecfa7e1793df584e86538295a7d6532ec60ea1 (patch) | |
tree | 0e30079fb02c712cbf2615f4e9e55e66b616d7ff /sys-apps/inxi | |
parent | sci-libs/iml: use HTTPS and drop RESTRICT=mirror. (diff) | |
download | gentoo-2cecfa7e1793df584e86538295a7d6532ec60ea1.tar.gz gentoo-2cecfa7e1793df584e86538295a7d6532ec60ea1.tar.bz2 gentoo-2cecfa7e1793df584e86538295a7d6532ec60ea1.zip |
sys-apps/inxi: QA fix LongDescription
Extended LongDescription.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jonas Stein <jstein@gentoo.org>
Diffstat (limited to 'sys-apps/inxi')
-rw-r--r-- | sys-apps/inxi/metadata.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/inxi/metadata.xml b/sys-apps/inxi/metadata.xml index 3d8c1c6ac581..21d07ca80426 100644 --- a/sys-apps/inxi/metadata.xml +++ b/sys-apps/inxi/metadata.xml @@ -8,5 +8,5 @@ <upstream> <remote-id type="github">smxi/inxi</remote-id> </upstream> - <longdescription>inxi is a bash script to print information about the system. It was forked from infobash.</longdescription> + <longdescription>inxi is a script to print information about the system. It was forked from infobash. The script parses files in /proc but can also collects information from other tools such as glxinfo or dmidecode. See a full list of supported tools with inxi --recommends.</longdescription> </pkgmetadata> |