'-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
+1 -1
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