diff options
Diffstat (limited to 'toys/other/modinfo.c')
-rw-r--r-- | toys/other/modinfo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toys/other/modinfo.c b/toys/other/modinfo.c index ef457aea..f572a991 100644 --- a/toys/other/modinfo.c +++ b/toys/other/modinfo.c @@ -9,6 +9,7 @@ config MODINFO default y help usage: modinfo [-0] [-b basedir] [-k kernrelease] [-F field] [modulename...] + Display module fields for all specified modules, looking in <basedir>/lib/modules/<kernrelease>/ (kernrelease defaults to uname -r). */ |