[Chris Hofstaedtler]
> Please have isenkram-lookup support --help/-h and maybe also
> --version.
I decided to spend the time writing documentation to write the manual
page instead:
ISENKRAM-LOOKUP(1) User Commands ISENKRAM-LOOKUP(1)
NAME
isenkram-lookup - look up hardware related packages relevant for
this machine
SYNOPSIS
isenkram-lookup [modalias] ...
DESCRIPTION
Extract all modalias values present in /proc on the current ma‐
chine, and check if these modalias values map to installable pack‐
ages.
If arguments are given, these are interpreted as a modalias value
and used instead of the modalias values present on the current ma‐
chine.
You can run this to locate all modalias strings for your machine:
cat $(find /sys -name modalias) | sort -u
OPTIONS
There are no options.
SEE ALSO
* isenkramd(1), isenkram-autoinstall-firmware(8), isenkram-pkgin‐
stall(8)
AUTHOR
The isenkram system is written Petter Reinholdtsen and others.
This manual page for isenkram-lookup was written by Petter Rein‐
holdtsen.
COPYRIGHT
GPL v2+
0.0 2017-09-01 ISENKRAM-LOOKUP(1)
I guess I could add a -h/--help point pointing users to the manual page.
There is nothing useful to get out of the version number, since
isenkram-lookup have not changed much since its introduction in 2013.
Why do you want to know its version number?
--
Happy hacking
Petter Reinholdtsen