diff options
author | Ed Maste <emaste@FreeBSD.org> | 2022-11-16 19:31:26 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2022-11-18 20:11:52 +0000 |
commit | 1f3b4f38a6803019dadb3baba8d4be159924671a (patch) | |
tree | e10ba61d76640c404058e0803487eb2130ac177e | |
parent | 71ebd117386cda6410ca65eb487b63e5dedf3245 (diff) |
Update pkgbase metalog tool README to match installed filename
The pkgbase metalog tool is named metalog_reader.lua. (One may argue
that a better name could be chosen, but the README should match in any
case.)
Sponsored by: The FreeBSD Foundation
-rw-r--r-- | tools/pkgbase/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pkgbase/README.md b/tools/pkgbase/README.md index 98bb37ed32e1..e81fc49c843f 100644 --- a/tools/pkgbase/README.md +++ b/tools/pkgbase/README.md @@ -1,4 +1,4 @@ -`metalog.lua` is a script that reads METALOG file created by pkgbase +`metalog_reader.lua` is a script that reads METALOG file created by pkgbase (make packages) and generates reports about the installed system and issues |