1
0
mirror of https://github.com/jschauma/spf.git synced 2024-05-09 09:54:51 +00:00

'-f perl' was meant, not '-b perl'

This commit is contained in:
Jan Schaumann
2024-02-07 09:52:36 -05:00
parent f2c9ce42a3
commit 31503867dc

View File

@@ -4,7 +4,7 @@
* added big integer support to show exact IP address counts
* added option "-f" so that other output formats can easily be supported
with "-f json" (which replaces "-j") and set "-f text" as the default
* added Perl source output format option "-b perl"
* added Perl source output format option "-f perl"
* some modules will be loaded only when needed by relevant options
* various minor cosmetic improvements