From: Geoffrey Allott Date: Fri, 2 Sep 2022 20:20:49 +0000 (+0100) Subject: fix help text X-Git-Url: https://git.pointlesshacks.com/?a=commitdiff_plain;h=3faab8b63ec10b3e9e9b1774bb42572d3dae0fa8;p=tANS.git fix help text --- diff --git a/tools/entropy.c b/tools/entropy.c index 8813e44..bb5a69c 100644 --- a/tools/entropy.c +++ b/tools/entropy.c @@ -72,7 +72,7 @@ static void usage(void) printf( "usage: entropy [-h] [-b bits] [-c len] [-t threshold] [file...]\n" "\n" - "Compress the given files using suffix trees and tabled Asymmetric Numeral Systems\n" + "Estimate the entropy of the given files.\n" "\n" " -h - Show this help text\n" " -b - Decode the specified number of bits at a time (1, 2, 4, or (default) 8)\n"