man/ronin-entropy.1.md in ronin-2.0.5 vs man/ronin-entropy.1.md in ronin-2.1.0.rc1

- old
+ new

@@ -1,7 +1,11 @@ # ronin-entropy 1 "2023-02-01" Ronin "User Manuals" +## NAME + +ronin-entropy - Filters lines by their entropy + ## SYNOPSIS `ronin entropy` [*options*] [*FILE* ...] ## DESCRIPTION @@ -9,24 +13,24 @@ Filters each line by it's Shannon Entropy. ## ARGUMENTS *FILE* - The optional file to read and filter. If no *FILE* arguments are given, then +: The optional file to read and filter. If no *FILE* arguments are given, then `ronin entropy` will read from standard input. ## OPTIONS `-e`, `--entropy` DEC - The minimum required entropy value. If the `-e`,`--entropy` option is not +: The minimum required entropy value. If the `-e`,`--entropy` option is not given, it will default to `4.0`. `-h`, `--help` - Print help information. +: Print help information. ## AUTHOR Postmodern <postmodern.mod3@gmail.com> ## SEE ALSO -ronin-extract(1) +[ronin-extract](ronin-extract.1.md) \ No newline at end of file